From 765bd286b76ded31cae099e8bfff9c8dcb664f0a Mon Sep 17 00:00:00 2001 From: Dr-J Date: Tue, 23 Feb 2016 18:59:11 +0000 Subject: DB/Text: More texts More event texts (cherry picked from commit dab661c8dad6016f98a0e7c190a00eae49bc58b5) --- sql/updates/world/2016_04_08_16_world_2016_02_23_02_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2016_04_08_16_world_2016_02_23_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_04_08_16_world_2016_02_23_02_world.sql b/sql/updates/world/2016_04_08_16_world_2016_02_23_02_world.sql new file mode 100644 index 00000000000..9e2c550dd65 --- /dev/null +++ b/sql/updates/world/2016_04_08_16_world_2016_02_23_02_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `creature_text` WHERE `entry` IN(37671,38065) AND `id`>0; +INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(37671, 0, 1, 'Time is money, friend. Go go go!', 12, 0, 100, 1, 0, 0, 38022, 0, 'Crown Supply Guard'), +(38065, 0, 1, 'Time is money, friend. Go go go!', 12, 0, 100, 1, 0, 0, 38022, 0, 'Crown Supply Guard'), +(37671, 0, 2, 'The Lovely Merchant is waiting for that. Hurry it up!', 12, 0, 100, 1, 0, 0, 38023, 0, 'Crown Supply Guard'), +(38065, 0, 2, 'The Lovely Merchant is waiting for that. Hurry it up!', 12, 0, 100, 1, 0, 0, 38023, 0, 'Crown Supply Guard'); -- cgit v1.2.3