diff options
author | 4m1g0 <casadelblanco@gmail.com> | 2012-07-01 19:45:26 +0200 |
---|---|---|
committer | 4m1g0 <casadelblanco@gmail.com> | 2012-07-01 19:45:26 +0200 |
commit | a986a621324d7157b5804865d460a1ff7e44a93f (patch) | |
tree | fa8a8dd71f313c2bb0b3ffe85ef8d92c99f99201 | |
parent | 86353cdde14237a2e9908b49c5785530f91dbd3a (diff) |
DB: Removed old script_texts no longer used
-rw-r--r-- | sql/updates/world/2012_07_01_00_world_creature_text.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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 |