summaryrefslogtreecommitdiff
path: root/npc/quests/Kiel_Hyre_Quest.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-31 10:36:47 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-31 10:36:47 +0000
commitb880ddcc752e3ceb0d79b80c24304ceef7339732 (patch)
treeba474dee36f1771b6c53fd84ae8d4fbce1ce25c8 /npc/quests/Kiel_Hyre_Quest.txt
parentb58a50adeded72fb00ba12a2220be19b7b0b034a (diff)
downloadhercules-b880ddcc752e3ceb0d79b80c24304ceef7339732.tar.gz
hercules-b880ddcc752e3ceb0d79b80c24304ceef7339732.tar.bz2
hercules-b880ddcc752e3ceb0d79b80c24304ceef7339732.tar.xz
hercules-b880ddcc752e3ceb0d79b80c24304ceef7339732.zip
Missed one of those blatant errors in the Keil Hyre Quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13155 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/Kiel_Hyre_Quest.txt')
-rw-r--r--npc/quests/Kiel_Hyre_Quest.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt
index 043615088..064a3ee5a 100644
--- a/npc/quests/Kiel_Hyre_Quest.txt
+++ b/npc/quests/Kiel_Hyre_Quest.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf (Script), DZeroX (Timer)
//===== Current Version: =====================================
-//= 4.2a
+//= 4.2b
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -89,7 +89,8 @@
//= Updated comments for get/delitem commands.
//= 4.1 Added an 'end;' to Kiel Hyre's dialog for the "Yes" option for if you want to confront Kiehl.
//= 4.2 Fixed some issues reported in bugreport:2129. [L0ne_W0lf]
-//= 3.2a Follow up to last update. [L0ne_W0lf]
+//= 4.2a Follow up to last update. [L0ne_W0lf]
+//= 4.2b Missed a condition, fixed it though. [L0ne_W0lf]
//============================================================
//============================================================================
@@ -3388,7 +3389,7 @@ kh_dun01,235,48,0 script Heavy Door#kh1::HeavyDoorKHQ1 111,{
// Robotic's Factory; Heavy Door (These doors don't seem to serve any purpose)
//----------------------------------------------------------------------------
kh_dun01,76,233,0 script Heavy Door::HeavyDoorKHQ2 111,{
- if ((KielHyreQuest <= 38) && (KielHyreQuest > 46)) {
+ if ((KielHyreQuest >= 38) && (KielHyreQuest < 46)) {
mes "^3355FFThere is a large, heavy";
mes "door infront of you.^000000";
next;