From c1dc9affcf5bf308f7e0440b711d754c8f5c5596 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 21 Feb 2016 22:33:57 +0100 Subject: [PATCH] DB/Misc: Fix some startup errors --- sql/updates/world/2016_02_22_02_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2016_02_22_02_world.sql diff --git a/sql/updates/world/2016_02_22_02_world.sql b/sql/updates/world/2016_02_22_02_world.sql new file mode 100644 index 00000000000..cd50e16c19b --- /dev/null +++ b/sql/updates/world/2016_02_22_02_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `spell_script_names` SET `spell_id`=33943 WHERE `spell_id`=-33943; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4427; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4523 AND `source_type`=0 AND `id`=1 AND `link`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4525 AND `source_type`=0 AND `id`=1 AND `link`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6168 AND `source_type`=0 AND `id`=1 AND `link`=0;