fix(DB/Spells): Shoulder Charge being a buff. (#15414)

* fix(Core/Spells): Shoulder Charge being a buff.
This commit is contained in:
avarishd 2023-06-28 01:39:12 +03:00 committed by GitHub
parent 34080692cb
commit 0a84e7ada1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);