mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/creature_text: Add missing text for Amphitheater Vendor
This commit is contained in:
11
sql/updates/world/2013_06_20_02_world_creature_text.sql
Normal file
11
sql/updates/world/2013_06_20_02_world_creature_text.sql
Normal file
@@ -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');
|
||||
Reference in New Issue
Block a user