From 03a7f1291624d036d32ca030b2bfc0d982cd5424 Mon Sep 17 00:00:00 2001 From: malcrom Date: Sun, 8 Jan 2012 14:20:11 +0100 Subject: Core/Script: update creature_text for Twilight Corruptor from sniffs closes #4697 --- sql/updates/world/2011_01_08_12_world_creature_text.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2011_01_08_12_world_creature_text.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3