From 87b1337021cd74d1f5da50ccf89f5cc044cde427 Mon Sep 17 00:00:00 2001 From: euphyy Date: Fri, 10 Aug 2012 04:55:08 +0000 Subject: * Optimized Eden Quest lv. 11-25 (re\quests\eden\) * Fixed bugreport:6427 with new Alchemist quest (jobs\2-2\alchemist.txt) * Other misc changes/fixes... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16615 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/re/quests/eden/26-40.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 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; } -- cgit v1.2.3-60-g2f50