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:
parent
15849601e7
commit
a567259770
2 changed files with 11 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue