aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-05-06 22:10:22 +0200
committerShauren <shauren.trinity@gmail.com>2011-05-06 22:10:22 +0200
commit3690ce35b730863ca36e0264e19b68dd918383af (patch)
tree89c7ef6354ae4205649a6bb0513ec1b5167bb1c7 /sql
parent3f7926e0d213154b34d7bfdc38fb2e40dcfe6cb1 (diff)
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
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_05_06_05_world_creature_text.sql3
1 files changed, 3 insertions, 0 deletions
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');