Scripts/DK: Implemented Howling Blast (#28761)

This commit is contained in:
Ovahlord
2023-01-26 18:38:10 +01:00
committed by GitHub
parent 2a79be02fd
commit 58cd4e58f7
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- Howling Blast
DELETE FROM `spell_script_names` WHERE `ScriptName` IN('spell_dk_howling_blast');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(49184, 'spell_dk_howling_blast'):