mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-03 11:03:47 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user