EverWrath/data/sql/updates/pending_db_world/rev_1776010695888104892.sql
blinkysc 4983d30d63
fix(Core/Spells): Fix Bone Shield double charge consumption (#25439)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
2026-04-12 15:06:49 -03:00

2 lines
168 B
SQL

-- Remove Bone Shield spell script (double charge consumption bug)
DELETE FROM `spell_script_names` WHERE `spell_id` = 49222 AND `ScriptName` = 'spell_dk_bone_shield';