From 601f118f290a4e0beb010cedfe1084ef5afcf8d7 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Mon, 7 Jan 2013 14:20:52 -0330 Subject: Core/Scripting: Move some text to creature text. --- sql/updates/world/2013_01_07_02_world_creature_text.sql | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sql/updates/world/2013_01_07_02_world_creature_text.sql (limited to 'sql') diff --git a/sql/updates/world/2013_01_07_02_world_creature_text.sql b/sql/updates/world/2013_01_07_02_world_creature_text.sql new file mode 100644 index 00000000000..3e916464615 --- /dev/null +++ b/sql/updates/world/2013_01_07_02_world_creature_text.sql @@ -0,0 +1,15 @@ +-- Texts for Valkyr Battle Maiden +DELETE FROM `creature_text` WHERE `entry`= 28534; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(28534,0,0, 'It is not yet your time, champion. Rise! Rise and fight once more!',15,0,100,0,0,0, 'Valkyr Battle Maiden'); + +-- Texts for Dark Rider of Acherus +DELETE FROM `creature_text` WHERE `entry`= 28654; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(28654,0,0, 'The realm of shadows awaits...',12,0,100,0,0,0, 'Dark Rider of Acherus'); + +-- Texts for Scarlet Miner +DELETE FROM `creature_text` WHERE `entry`= 28841; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +(28841,0,0, 'Where''d this come from? I better get this down to the ships before the foreman sees it!',12,0,100,0,0,0, 'Scarlet Miner'), +(28841,1,0, "Now I can have a rest!",12,0,100,0,0,0, 'Scarlet Miner'); -- cgit v1.2.3