From a986a621324d7157b5804865d460a1ff7e44a93f Mon Sep 17 00:00:00 2001 From: 4m1g0 Date: Sun, 1 Jul 2012 19:45:26 +0200 Subject: DB: Removed old script_texts no longer used --- sql/updates/world/2012_07_01_00_world_creature_text.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/updates') diff --git a/sql/updates/world/2012_07_01_00_world_creature_text.sql b/sql/updates/world/2012_07_01_00_world_creature_text.sql index 6f2bed8e7d6..f59663ceab5 100644 --- a/sql/updates/world/2012_07_01_00_world_creature_text.sql +++ b/sql/updates/world/2012_07_01_00_world_creature_text.sql @@ -1,3 +1,5 @@ +DELETE FROM `script_texts` WHERE entry IN (-1534019, -1534020, -1534021, -1534022, -1534023, -1534024, -1534025, -1534026, -1534027, -1534028, -1534029 , -1534030); + -- Anetheron DELETE FROM `creature_text` WHERE `entry`=17808; INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES -- cgit v1.2.3