diff options
author | Shauren <shauren.trinity@gmail.com> | 2011-08-01 12:49:12 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2011-08-01 12:49:12 +0200 |
commit | f736c64836e3d04b6dacb71dbb559c04efa37591 (patch) | |
tree | 0a5cfee13e5a250503bd619d3d8dae1e1c782e8c /sql | |
parent | f899c92899c1b2b82030f2568faf1057a92f4492 (diff) |
Scripts/Icecrown Citadel: Added emote warning for Mutated Infection at Rotface
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2011_08_01_02_world_creature_text.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_08_01_02_world_creature_text.sql b/sql/updates/world/2011_08_01_02_world_creature_text.sql new file mode 100644 index 00000000000..10db087bf33 --- /dev/null +++ b/sql/updates/world/2011_08_01_02_world_creature_text.sql @@ -0,0 +1,3 @@ +DELETE FROM `creature_text` WHERE `entry`=36627 AND `groupid`=9; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(36627,9,0,'|TInterface\Icons\ability_creature_disease_02.blp:16|tYou have |cFF00FF00Mutated Infection!|r',42,0,0,0,0,0,'Rotface - EMOTE_MUTATED_INFECTION'); |