mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
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:
4
sql/updates/world/4.3.4/2020_03_29_00_world.sql
Normal file
4
sql/updates/world/4.3.4/2020_03_29_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user