mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-21 07:22:02 -04:00
Scripts/Trial Of The Crusader: Fix application of spell Surge of Adrenaline (Icehowl) (#28933)
* Scripts/Trial Of The Crusader: Fix application of spell Surge of Adrenaline (Icehowl)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_icehowl_massive_crash';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(66683,'spell_icehowl_massive_crash'),
|
||||
(67660,'spell_icehowl_massive_crash'),
|
||||
(67661,'spell_icehowl_massive_crash'),
|
||||
(67662,'spell_icehowl_massive_crash');
|
||||
Reference in New Issue
Block a user