mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(Scripts/Spells): Implement Blade Barrier Script (#24154)
Co-authored-by: Ariel Silva <ariel-@users.noreply.github.com>
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user