aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2013-06-20 19:46:53 -0230
committerMalcrom <malcromdev@gmail.com>2013-06-20 19:46:53 -0230
commit2a3c073cdc39738d4821d3cd9ca3c78eb9abf481 (patch)
treed224d3e9078d9c1f64c146919c62ff57339ee377
parent1554ca8b1ffd88c314199f03d37f5fd4eb3ac928 (diff)
DB/creature_text: Add missing text for Amphitheater Vendor
-rw-r--r--sql/updates/world/2013_06_20_02_world_creature_text.sql11
1 files changed, 11 insertions, 0 deletions
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');