Scripts/VP: Howling Gale will no now correctly apply its aurastate to players uppon hit to prevent multiple knockbacks in quick succession

This commit is contained in:
Ovahlord
2020-03-29 01:07:13 +01:00
parent dfef83ee3e
commit 9eeb4cc6a7
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_vp_howling_gale_knockback';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(85159, 'spell_vp_howling_gale_knockback'),
(85085, 'spell_vp_howling_gale_knockback');