aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2016-02-23 18:59:11 +0000
committerShauren <shauren.trinity@gmail.com>2016-04-08 20:06:47 +0200
commit765bd286b76ded31cae099e8bfff9c8dcb664f0a (patch)
tree17686acd3902046187e032e2517d2788c2f08ced
parenta154dfd308bbdbc0b0200f897fa5212ac5fc3e0d (diff)
DB/Text: More texts
More event texts (cherry picked from commit dab661c8dad6016f98a0e7c190a00eae49bc58b5)
-rw-r--r--sql/updates/world/2016_04_08_16_world_2016_02_23_02_world.sql6
1 files changed, 6 insertions, 0 deletions
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');