fix(Scripts/Spells): Implement Blade Barrier Script (#24154)

Co-authored-by: Ariel Silva <ariel-@users.noreply.github.com>
This commit is contained in:
Gultask
2026-01-11 23:26:41 -03:00
committed by GitHub
parent 6bdc48c7d4
commit db2dafec95
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- bb
DELETE FROM `spell_script_names` WHERE `spell_id` = -49182;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(-49182, 'spell_dk_blade_barrier');