mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Spells): Shoulder Charge being a buff. (#15414)
* fix(Core/Spells): Shoulder Charge being a buff.
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user