diff options
Diffstat (limited to 'npc/re/quests/eden/26-40.txt')
-rw-r--r-- | npc/re/quests/eden/26-40.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/quests/eden/26-40.txt b/npc/re/quests/eden/26-40.txt index e19a5d072..ec33d04f7 100644 --- a/npc/re/quests/eden/26-40.txt +++ b/npc/re/quests/eden/26-40.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= Repetable Quests for Players between Baselevel 25 - 41 . +//= Repetable Quests for Players between Baselevel 26 - 40. //===== Additional Comments: ================================= //= 1.0 First Version. //= 1.1 Some little optimization here and there. [Masao] @@ -15,7 +15,7 @@ //============================================================ moc_para01,38,38,3 script Mission [26 - 40] 857,{ - if (countitem(6219) != 1) { + if (countitem(6219) < 1) { mes "You are not a qualified member. You can not use the bulletin board."; close; } |