aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2012-09-10 20:32:13 +0200
committerShauren <shauren.trinity@gmail.com>2012-09-10 20:32:13 +0200
commit0390f9d7085e143b740d6d0c438cf295378d33c4 (patch)
tree57bf02c92b99a346762a0352cabac0760fe8ef51 /sql
parent06eff1644d67b645b9dee933cbeb6f81c8d04b0a (diff)
Scripts/Icecrown Citadel
* Despawn Mutated Abomination when second phase transition ends, not begins * Prevent Unbound Plague jumping every 0.5 seconds to bypass the mechanic by raid members stacking in one place * Fixed Volatile Ooze not picking targets when everyone stood close to the tank * Fixed Ooze adds pickning new targets after old one gets lost Closes #7610 Closes #7611 Closes #7665
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_09_10_02_world_creature_text.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_09_10_02_world_creature_text.sql b/sql/updates/world/2012_09_10_02_world_creature_text.sql
new file mode 100644
index 00000000000..7a3b1a2d86f
--- /dev/null
+++ b/sql/updates/world/2012_09_10_02_world_creature_text.sql
@@ -0,0 +1 @@
+UPDATE `creature_text` SET `text`='Good news, everyone! I think I''ve perfected a plague that will destroy all life on Azeroth!' WHERE `entry`=36678 AND `groupid`=4 AND `id`=0;