From df6e7b30973218e7306adbcf7010d3c93c59a1dc Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Wed, 12 Oct 2016 12:50:11 +0200 Subject: DB/Creature: add additional text for Chief Plaguebringer Harris. (cherry picked from commit 00ad5b2d67908354f742c6110c9829bf54ada410) --- sql/updates/world/master/2017_09_06_03_world_2016_10_12_02_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2017_09_06_03_world_2016_10_12_02_world.sql (limited to 'sql/updates') 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"); -- cgit v1.2.3