From 8bc266493d752703735b5d29b89247c746255ccf Mon Sep 17 00:00:00 2001 From: Sirius Date: Sun, 26 May 2013 17:45:43 -0700 Subject: Argh! I hate the fact of having several repositories. Thanks again, Euphy! --- npc/re/quests/eden/56-70.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/re/quests/eden/56-70.txt b/npc/re/quests/eden/56-70.txt index 4bf3f9863..02e66d452 100644 --- a/npc/re/quests/eden/56-70.txt +++ b/npc/re/quests/eden/56-70.txt @@ -61,7 +61,7 @@ L_Quest: mes "Would you like to accept this mission?"; next; if(select("Accept the mission.:Do not accept the mission.") == 2) { - if ((BaseLevel < 56) && (BaseLevel > 70)) { + if ((BaseLevel < 56) || (BaseLevel > 70)) { mes "These missions are not fit for my level. I should look for other missions."; close; } @@ -97,7 +97,7 @@ L_HuntingQuest: mes "Would you like to accept this mission?"; next; if(select("Accept the mission.:Do not accept the mission.") == 2) { - if ((BaseLevel < 56) && (BaseLevel > 70)) { + if ((BaseLevel < 56) || (BaseLevel > 70)) { mes "These missions are not fit for my level. I should look for other missions."; close; } -- cgit v1.2.3-70-g09d2