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/FULL/world_script_texts.sql | 2 ++ sql/FULL/world_scripts_full.sql | 1 + 2 files changed, 3 insertions(+) (limited to 'sql/FULL') diff --git a/sql/FULL/world_script_texts.sql b/sql/FULL/world_script_texts.sql index 9294373133f..7ffd4e5d7c6 100644 --- a/sql/FULL/world_script_texts.sql +++ b/sql/FULL/world_script_texts.sql @@ -421,6 +421,8 @@ INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1` (23861,-1000469,'It is too late for us, living one. Take yourself and your friend away from here before you both are... claimed...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,''), (23861,-1000470,'Go away, whoever you are! Witch Hill is mine... mine!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,''), (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,''), -- -1 033 000 SHADOWFANG KEEP (0,-1033000,'Follow me and I''ll open the courtyard door for you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,1,'prisoner ashcrombe SAY_FREE_AS'), diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql index 8a7170b05ae..3529cc224f1 100644 --- a/sql/FULL/world_scripts_full.sql +++ b/sql/FULL/world_scripts_full.sql @@ -542,6 +542,7 @@ UPDATE `creature_template` SET `ScriptName`='npc_lady_jaina_proudmoore' WHERE `e UPDATE `creature_template` SET `ScriptName`='npc_nat_pagle' WHERE `entry`=12919; UPDATE `creature_template` SET `ScriptName`='npc_restless_apparition' WHERE `entry`=23861; UPDATE `creature_template` SET `ScriptName`='npc_private_hendel' WHERE `entry`=4966; +UPDATE `creature_template` SET `ScriptName`='npc_zelfrax' WHERE `entry`=23864; /* EASTERN PLAGUELANDS */ UPDATE `creature_template` SET `ScriptName`='mobs_ghoul_flayer' WHERE `entry` IN (8530,8531,8532); -- cgit v1.2.3