aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormalcrom <malcromdev@gmail.com>2012-01-08 14:20:11 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-01-08 14:20:11 +0100
commit03a7f1291624d036d32ca030b2bfc0d982cd5424 (patch)
treef6d9ac2f6d50092c8a2cb13591a7d5bc444bc6fc /sql/updates
parent57e1972b86a0f1dae1ab8c7832814df000407c71 (diff)
Core/Script: update creature_text for Twilight Corruptor from sniffs
closes #4697
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_01_08_12_world_creature_text.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_01_08_12_world_creature_text.sql b/sql/updates/world/2011_01_08_12_world_creature_text.sql
new file mode 100644
index 00000000000..a2795b906ef
--- /dev/null
+++ b/sql/updates/world/2011_01_08_12_world_creature_text.sql
@@ -0,0 +1,6 @@
+-- Twilight Corrupter say text
+DELETE FROM `creature_text` WHERE `entry` IN (15625);
+INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
+(15625,0,0, 'Come, $N. See what the Nightmare brings...',14,0,100,0,0,0, 'Twilight Corrupter'),
+(15625,1,0, 'The Nightmare cannot be stopped!',14,0,100,0,0,0, 'Twilight Corrupter'),
+(15625,2,0, 'Twilight Corrupter squeezes the last bit of life out of $N and swallows their soul.',16,0,100,0,0,0, 'Twilight Corrupter');