Core/Spells: Howling Blast will now deal 50% damage to all secondary targets

This commit is contained in:
Ovahlord
2018-06-16 18:24:05 +02:00
parent e37cf502c6
commit 48971da561
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_dk_howling_blast';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(49184, 'spell_dk_howling_blast');