diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2023_04_25_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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'); |