aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2018-01-28 23:29:33 +0100
committerShauren <shauren.trinity@gmail.com>2018-01-28 23:29:33 +0100
commitaaab7ba9f4e08ba5b7d7ac2f4e37e07d80c8f339 (patch)
treeeee606a39e4c7454c5ef479a524f8dde5df97464 /sql/updates/world
parent52fc5a572b037a9aee084be7f5bcc9bb7d84c0e9 (diff)
Scripts/Icecrown Citadel: Added missing cosmetic colors and emotes to Big Ooze (Rotface)
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/3.3.5/2018_01_28_03_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_28_03_world.sql b/sql/updates/world/3.3.5/2018_01_28_03_world.sql
new file mode 100644
index 00000000000..a157bb23aa8
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_01_28_03_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `creature_text` WHERE `CreatureID`=36627 AND `GroupID`=4;
+DELETE FROM `creature_text` WHERE `CreatureID`=36899;
+INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
+(36899,0,0,'%s grows more unstable!',16,0,0,0,0,0,36950,0,'Big Ooze - EMOTE_UNSTABLE_2'),
+(36899,1,0,'%s is growing volatile!',16,0,0,0,0,0,36952,0,'Big Ooze - EMOTE_UNSTABLE_3'),
+(36899,2,0,'%s can barely maintain its form!',16,0,0,0,0,0,36956,0,'Big Ooze - EMOTE_UNSTABLE_4'),
+(36899,3,0,'|TInterface\\Icons\\spell_shadow_unstableaffliction_2.blp:16|t%s begins to cast |cFFFF0000Unstable Ooze Explosion!|r',41,0,0,0,0,0,37064,0,'Big Ooze - EMOTE_UNSTABLE_EXPLOSION');