summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/re/quests/eden/56-70.txt4
1 files 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;
}