From d728effd10be2998aa0ca0353c1f54f6833d6d8b Mon Sep 17 00:00:00 2001 From: _manuel_ Date: Sat, 16 Jan 2010 02:40:18 -0300 Subject: Dustwallow Marsh: Implemented basic support for quest "Cleansing Witch Hill" (11183). --HG-- branch : trunk --- sql/updates/7054_world_script_texts.sql | 6 ++++++ sql/updates/7054_world_scriptname.sql | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 sql/updates/7054_world_script_texts.sql create mode 100644 sql/updates/7054_world_scriptname.sql (limited to 'sql/updates') diff --git a/sql/updates/7054_world_script_texts.sql b/sql/updates/7054_world_script_texts.sql new file mode 100644 index 00000000000..255b9a4bd2d --- /dev/null +++ b/sql/updates/7054_world_script_texts.sql @@ -0,0 +1,6 @@ +DELETE FROM `script_texts` WHERE `entry` IN (-1000471,-1000472,-1000473); +INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`) VALUES + (23861,-1000471,'It was... terrible... the demon...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,''), + (23864,-1000472,'This land was mine long before your wretched kind set foot here.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''), + (23864,-1000473,'All who venture here belong to me, including you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''); + diff --git a/sql/updates/7054_world_scriptname.sql b/sql/updates/7054_world_scriptname.sql new file mode 100644 index 00000000000..9ac294e19cd --- /dev/null +++ b/sql/updates/7054_world_scriptname.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `ScriptName`='npc_zelfrax' WHERE `entry`=23864; + -- cgit v1.2.3