From 3690ce35b730863ca36e0264e19b68dd918383af Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 6 May 2011 22:10:22 +0200 Subject: Scripts/Icecrown Citadel * Increased damage done by Lord Marrowgar's Bone storm * Fixed Decimate targeting for Stinky and Precious * Fixed Plague Stench targeting for Stinky * Added missing zombie summoning for Precious * Fixed Eat Ooze spell targeting of Mutated Abominations * Fixed Prince Keleseth summons spawning in walls * Applied TrinityCore code standards --- sql/updates/world/2011_05_06_05_world_creature_text.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2011_05_06_05_world_creature_text.sql (limited to 'sql') diff --git a/sql/updates/world/2011_05_06_05_world_creature_text.sql b/sql/updates/world/2011_05_06_05_world_creature_text.sql new file mode 100644 index 00000000000..4a521de8989 --- /dev/null +++ b/sql/updates/world/2011_05_06_05_world_creature_text.sql @@ -0,0 +1,3 @@ +DELETE FROM `creature_text` WHERE `entry`=37217; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(37217,0,0, '%s cries out with a loud, baying howl!',3,0,0,0,0,0, 'Precious - EMOTE_PRECIOUS_ZOMBIES'); -- cgit v1.2.3