fix(DB/Spells): Shoulder Charge being a buff. (#15414)
* fix(Core/Spells): Shoulder Charge being a buff.
This commit is contained in:
parent
34080692cb
commit
0a84e7ada1
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- 31994 - Shoulder Charge
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 31994;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (31994, 16384);
|
||||
Loading…
Add table
Add a link
Reference in a new issue