diff options
-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 |