aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-05-22 17:33:48 +0200
committerAokromes <Aokromes@users.noreply.github.com>2015-05-22 17:33:48 +0200
commiteb35faa89bea53add6837a55ad71e58c99388029 (patch)
treec10cb73aabee3ffab79f800efcafd718f768fde1
parentdd0b32902663c5a8ecdd7b33e792aea208e49ab0 (diff)
DB/Creature: Witch Doctor Zum'rah
By Killyana, closes #12335
-rw-r--r--sql/updates/world/2015_05_22_02_world.sql6
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);