From 443e85e41df7be5384db5e83e1d4053b9a09e1f4 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 2 Jul 2018 04:16:16 +0200 Subject: [PATCH] DB/TSC: added a missing script name deleting to slabhides update --- sql/updates/world/custom/custom_2018_07_01_00_world.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql/updates/world/custom/custom_2018_07_01_00_world.sql b/sql/updates/world/custom/custom_2018_07_01_00_world.sql index 8d0617c412b..b9ce2d30905 100644 --- a/sql/updates/world/custom/custom_2018_07_01_00_world.sql +++ b/sql/updates/world/custom/custom_2018_07_01_00_world.sql @@ -16,7 +16,8 @@ DELETE FROM `spell_script_names` WHERE `ScriptName` IN ( 'spell_stalactite_mod_dest_height', 'spell_s92306_crystal_storm', 'spell_slabhide_crystal_storm_periodic', -'spell_s92300_crystal_storm'); +'spell_s92300_crystal_storm', +'spell_slabhide_crystal_storm'); INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (81035, 'spell_slabhide_stalactite'),