From 8ac27428ef854d15252c2061bb93ffda4bbb172c Mon Sep 17 00:00:00 2001 From: euphyy Date: Tue, 7 Aug 2012 16:06:54 +0000 Subject: * Follow-up r16592... thanks Trojal. :| git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16593 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/re/quests/eden/26-40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/re/quests/eden/26-40.txt') diff --git a/npc/re/quests/eden/26-40.txt b/npc/re/quests/eden/26-40.txt index 1db721025..e19a5d072 100644 --- a/npc/re/quests/eden/26-40.txt +++ b/npc/re/quests/eden/26-40.txt @@ -23,7 +23,7 @@ moc_para01,38,38,3 script Mission [26 - 40] 857,{ mes "- Many missions are -"; mes "- on the bulletin board. -"; next; - if ((BaseLevel < 26) && (BaseLevel > 40)) { + if ((BaseLevel < 26) || (BaseLevel > 40)) { mes "Your level is not qualified. You can not use the bulletin board."; close; } -- cgit v1.2.3-60-g2f50