aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-10-12 12:50:11 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-09-06 12:53:06 +0200
commitdf6e7b30973218e7306adbcf7010d3c93c59a1dc (patch)
treeeb6ca103643fdaab5fc9d34516c2b9c5bda70b05
parent42656c8fd05d2e1b9d9d544e30067730830a0bf7 (diff)
DB/Creature: add additional text for Chief Plaguebringer Harris.
(cherry picked from commit 00ad5b2d67908354f742c6110c9829bf54ada410)
-rw-r--r--sql/updates/world/master/2017_09_06_03_world_2016_10_12_02_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_09_06_03_world_2016_10_12_02_world.sql b/sql/updates/world/master/2017_09_06_03_world_2016_10_12_02_world.sql
new file mode 100644
index 00000000000..085f3d96e5a
--- /dev/null
+++ b/sql/updates/world/master/2017_09_06_03_world_2016_10_12_02_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `creature_text` WHERE `entry`=24251 AND `groupid`=0 AND `id`=1;
+INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
+(24251, 0, 1, "It's alive!", 14, 0, 100, 0, 0, 0, 23099, 0, "Chief Plaguebringer Harris");