From 431a59eae1f4df429ca2ee982ffca0dc8a97d2c8 Mon Sep 17 00:00:00 2001 From: Gildor Date: Tue, 25 Apr 2023 08:35:38 +0200 Subject: 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) --- sql/updates/world/3.3.5/2023_04_25_00_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/3.3.5/2023_04_25_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2023_04_25_00_world.sql b/sql/updates/world/3.3.5/2023_04_25_00_world.sql new file mode 100644 index 00000000000..bc794f330b1 --- /dev/null +++ b/sql/updates/world/3.3.5/2023_04_25_00_world.sql @@ -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'); -- cgit v1.2.3