From 2a3c073cdc39738d4821d3cd9ca3c78eb9abf481 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Thu, 20 Jun 2013 19:46:53 -0230 Subject: DB/creature_text: Add missing text for Amphitheater Vendor --- sql/updates/world/2013_06_20_02_world_creature_text.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/world/2013_06_20_02_world_creature_text.sql (limited to 'sql') diff --git a/sql/updates/world/2013_06_20_02_world_creature_text.sql b/sql/updates/world/2013_06_20_02_world_creature_text.sql new file mode 100644 index 00000000000..416ead95371 --- /dev/null +++ b/sql/updates/world/2013_06_20_02_world_creature_text.sql @@ -0,0 +1,11 @@ +-- Creature text for Amphitheater Vendor +DELETE FROM `creature_text` WHERE `entry` IN (30098); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(30098,0,0, 'Snacks!',12,0,100,0,0,0,'Amphitheater Vendor'), +(30098,0,1, 'Snacks for sale!',12,0,100,0,0,0,'Amphitheater Vendor'), +(30098,0,2, 'Get your snacks here!',12,0,100,0,0,0,'Amphitheater Vendor'), +(30098,0,3, 'Snacks! Get your snacks here!',12,0,100,0,0,0,'Amphitheater Vendor'), +(30098,0,4, 'Popcorn! Get your popcorn!',12,0,100,0,0,0,'Amphitheater Vendor'), +(30098,0,5, 'Peanuts! Get your peanuts here!',12,0,100,0,0,0,'Amphitheater Vendor'), +(30098,0,6, 'Anguish Ale! Cold Anguish Ale here!',12,0,100,0,0,0,'Amphitheater Vendor'), +(30098,0,7, 'Popcorn! Peanuts! Ale!',12,0,100,0,0,0,'Amphitheater Vendor'); -- cgit v1.2.3