fix(Core/Spells): [TK] Wing Buffet should be a cone. (#19382)

* fix(Core/Spells): [TK] Wing Buffet should be a cone.

* radius to 20, from 15

* Update SpellInfoCorrections.cpp
This commit is contained in:
avarishd 2024-07-30 03:39:36 +03:00 committed by GitHub
parent 15849601e7
commit a567259770
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,3 @@
-- Wing Buffet
DELETE FROM `spell_custom_attr` WHERE `spell_id`=37319;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (37319, 4);