From e08a5d0371cba560a7ad8c93ddffb38692036c08 Mon Sep 17 00:00:00 2001 From: Paradox924X Date: Sun, 3 Aug 2008 19:58:07 +0000 Subject: Fixed an NPC in Kiel Hyre Quest warping onto the exit warp for final room. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13040 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 1 + npc/quests/Kiel_Hyre_Quest.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 455d2327d..e001250af 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2008/08/03 + * Fixed an NPC in Kiel Hyre Quest warping onto the exit warp for final room. [Paradox924X] * Rev. 13038 Fixed some condition checks in archer, mage, and swordie, jobs. [L0ne_W0lf] * Rev. 13037 Implemnted Hugel Monster Races. [L0ne_W0lf] 2008/07/31 diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt index 1578c9225..6d2fc1dae 100644 --- a/npc/quests/Kiel_Hyre_Quest.txt +++ b/npc/quests/Kiel_Hyre_Quest.txt @@ -6999,7 +6999,7 @@ OnInit: OnTouch: if (KielHyreQuest >= 46) - warp "kh_kiehl02",50,6; + warp "kh_kiehl02",50,7; else warp "kh_kiehl01",166,183; end; -- cgit v1.2.3-70-g09d2