aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalcrom <malcromdev@gmail.com>2012-01-08 15:16:27 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-01-08 15:16:27 +0100
commit4dfad921869915ddc7ebc1ae06493369aa9f61c8 (patch)
tree27d6de6dba4cf22af9c2cafba8fbe1619a57e7eb
parent03a7f1291624d036d32ca030b2bfc0d982cd5424 (diff)
DB/text: add creature_text data for Orgrimmar Zappelin Masters from sniff
closes #4630
-rw-r--r--sql/updates/world/2012_01_08_12_world_creature_text.sql (renamed from sql/updates/world/2011_01_08_12_world_creature_text.sql)0
-rw-r--r--sql/updates/world/2012_01_08_13_world_creature_text.sql7
2 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2011_01_08_12_world_creature_text.sql b/sql/updates/world/2012_01_08_12_world_creature_text.sql
index a2795b906ef..a2795b906ef 100644
--- a/sql/updates/world/2011_01_08_12_world_creature_text.sql
+++ b/sql/updates/world/2012_01_08_12_world_creature_text.sql
diff --git a/sql/updates/world/2012_01_08_13_world_creature_text.sql b/sql/updates/world/2012_01_08_13_world_creature_text.sql
new file mode 100644
index 00000000000..454bd9ae9c3
--- /dev/null
+++ b/sql/updates/world/2012_01_08_13_world_creature_text.sql
@@ -0,0 +1,7 @@
+-- NPC talk text insert from sniff "Orgrimmar Zeppelin Masters"
+DELETE FROM `creature_text` WHERE `entry` IN (12136,26537,9564,34765) AND `groupid` IN (0);
+INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
+(12136,0,0, 'The zeppelin to Grom''gol has just arrived! All aboard for Stranglethorn!',14,0,100,0,0,0, 'Snurk Bucksquick'),
+(26537,0,0, 'The zeppelin to Warsong Hold has just arrived! All aboard for Borean Tundra!',14,0,100,0,0,0, 'Greeb Ramrocket'),
+(9564,0,0, 'The zeppelin to Undercity has just arrived! All aboard for Tirisfal Glades!',14,0,100,0,0,0, 'Frezza'),
+(34765,0,0, 'The zeppelin to Thunder Bluff has arrived! All aboard for a smooth ride across the Barrens!',14,0,100,0,0,0, 'Zelli Hotnozzle');