aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
author_manuel_ <manue.l@live.com.ar>2010-02-25 20:21:45 -0300
committer_manuel_ <manue.l@live.com.ar>2010-02-25 20:21:45 -0300
commite878e0a6b6d36aca1ee2070188c4dee3fe7c8adc (patch)
tree53ff6d7ce3d3a9d593ec6b9725307ae318f8e974 /sql/updates
parent2b1132c32a3e9bbcb45c1420075e31d9a3387404 (diff)
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
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7437_world_script_texts.sql5
-rw-r--r--sql/updates/7437_world_scriptname.sql1
2 files changed, 6 insertions, 0 deletions
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