From e878e0a6b6d36aca1ee2070188c4dee3fe7c8adc Mon Sep 17 00:00:00 2001 From: _manuel_ Date: Thu, 25 Feb 2010 20:21:45 -0300 Subject: Support for quest Troll Patrol Intestinal Fortitude, by Malcrom. Thanks to raczman and biglad. For a full fix see TDB Forum - Core related DB content. --HG-- branch : trunk --- sql/updates/7437_world_script_texts.sql | 5 +++++ sql/updates/7437_world_scriptname.sql | 1 + 2 files changed, 6 insertions(+) create mode 100644 sql/updates/7437_world_script_texts.sql create mode 100644 sql/updates/7437_world_scriptname.sql (limited to 'sql/updates') diff --git a/sql/updates/7437_world_script_texts.sql b/sql/updates/7437_world_script_texts.sql new file mode 100644 index 00000000000..75dda3fdcac --- /dev/null +++ b/sql/updates/7437_world_script_texts.sql @@ -0,0 +1,5 @@ +DELETE FROM `script_texts` WHERE `entry` IN (-1571036,-1571037,-1571038); +INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`type`,`language`,`comment`) VALUES +(28090,-1571036, 'We''ll cleanse this place! Arthas beware!',0,0, 'crusade recruit RECRUIT_SAY1'), +(28090,-1571037, 'Your''re right! We can do this!',0,0, 'crusade recruit RECRUIT_SAY2'), +(28090,-1571038, 'Your''re right! What was I thinking? Bring on the Scourge!',0,0, 'crusade recruit RECRUIT_SAY3'); \ No newline at end of file diff --git a/sql/updates/7437_world_scriptname.sql b/sql/updates/7437_world_scriptname.sql new file mode 100644 index 00000000000..4b92598ccdc --- /dev/null +++ b/sql/updates/7437_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='npc_crusade_recruit' WHERE `entry`=28090; \ No newline at end of file -- cgit v1.2.3