aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2018-01-28 23:29:33 +0100
committerShauren <shauren.trinity@gmail.com>2021-06-19 01:35:40 +0200
commit428bf60f7fd021cb8d55eb2acbdaa8f3d4969ae7 (patch)
tree429e553c69f8252a627719d748719cb58b5d1ac1 /sql
parent2d43b8aaa32bf75a40d7fa92eafda7eb87258c22 (diff)
Scripts/Icecrown Citadel: Added missing cosmetic colors and emotes to Big Ooze (Rotface)
(cherry picked from commit aaab7ba9f4e08ba5b7d7ac2f4e37e07d80c8f339)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_06_19_01_world_2018_01_28_03_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_19_01_world_2018_01_28_03_world.sql b/sql/updates/world/master/2021_06_19_01_world_2018_01_28_03_world.sql
new file mode 100644
index 00000000000..a157bb23aa8
--- /dev/null
+++ b/sql/updates/world/master/2021_06_19_01_world_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');