fix(Core/Spells): Fix Bone Shield double charge consumption (#25439)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
parent
0b0842adfe
commit
4983d30d63
2 changed files with 2 additions and 29 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Remove Bone Shield spell script (double charge consumption bug)
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 49222 AND `ScriptName` = 'spell_dk_bone_shield';
|
||||
Loading…
Add table
Add a link
Reference in a new issue