diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-05-22 17:33:48 +0200 |
---|---|---|
committer | ShinDarth <borzifrancesco@gmail.com> | 2015-07-01 20:58:24 +0200 |
commit | 399fbb89d627bccc17181c4a0535e30dd7724203 (patch) | |
tree | 44585c7a2fdecf3b3d0864362c791623908255b0 | |
parent | f8172ae895fbc76937cbbeb32da591bcac8e78b1 (diff) |
DB/Creature: Witch Doctor Zum'rah
By Killyana, closes #12335
-rw-r--r-- | sql/updates/world/2015_05_22_02_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_22_02_world.sql b/sql/updates/world/2015_05_22_02_world.sql new file mode 100644 index 00000000000..f4322c6c2ba --- /dev/null +++ b/sql/updates/world/2015_05_22_02_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature_text` SET `text`='Sands consume you!', `BroadcastTextId`=6221, `sound`=5872 WHERE `entry`=7271 AND `GroupId`=1; +UPDATE `creature_text` SET `sound`=5872 WHERE `entry`=7271 AND `GroupId`=2 AND `id`=2; +UPDATE `creature_text` SET `sound`=5873 WHERE `entry`=7271 AND `GroupId`=2 AND `id`=3; +-- Fix faction for some Ethereum prisoners +UPDATE `creature_template` SET `faction`=1800 WHERE `entry`IN (20783, 20784, 20785, 20786, 20788, 20789, 20790); |