diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-10-12 12:50:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-12 12:50:11 +0200 |
| commit | 00ad5b2d67908354f742c6110c9829bf54ada410 (patch) | |
| tree | ea4aba36a62a0e13038fcc9e8b1c212f8cb29b91 | |
| parent | 9128e377e0d4e028c61ccc1e7b4fd778852ec177 (diff) | |
DB/Creature: add additional text for Chief Plaguebringer Harris.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_12_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_12_02_world.sql b/sql/updates/world/3.3.5/2016_10_12_02_world.sql new file mode 100644 index 00000000000..085f3d96e5a --- /dev/null +++ b/sql/updates/world/3.3.5/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"); |
