fix(Core/Spells): Fix Bone Shield double charge consumption (#25439)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-04-12 13:06:49 -05:00
committed by GitHub
parent 0b0842adfe
commit 4983d30d63
2 changed files with 2 additions and 29 deletions

View File

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