From 6e3f2f6a507d88603def67d8aefaba3a62297573 Mon Sep 17 00:00:00 2001 From: Haru Date: Thu, 14 May 2015 20:28:34 +0200 Subject: Fixed some invalid questprogress conditions Special thanks to MordekaiserGod for pointing out the issue. Signed-off-by: Haru --- npc/quests/quests_13_1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/quests') diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index fc051b383..fa660cb04 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -8368,7 +8368,7 @@ mid_camp,66,122,55 script Henry Clifford 4_M_05,{ } mid_camp,88,100,55 script Cat Hand Mining Agent 4_CAT,{ - if (!questprogress(12062,PLAYTIME) == -1) { + if (!questprogress(12062,PLAYTIME)) { if ((countitem(6048) > 2) && (ep13_yong1 > 9)) { mes "[Cat Hand Mining Agent]"; mes "Oh, wow~"; -- cgit v1.2.3-60-g2f50