diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2016-02-23 18:59:11 +0000 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2016-02-23 18:59:11 +0000 |
commit | dab661c8dad6016f98a0e7c190a00eae49bc58b5 (patch) | |
tree | 1ce568ffd6457ab153515f9e4317e7d40fb8cebb | |
parent | 6f75bf9e0b4167febf1a6ad35af51782c80c879d (diff) |
DB/Text: More texts
More event texts
-rw-r--r-- | sql/updates/world/2016_02_23_02_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_23_02_world.sql b/sql/updates/world/2016_02_23_02_world.sql new file mode 100644 index 00000000000..9e2c550dd65 --- /dev/null +++ b/sql/updates/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'); |