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/re/events/halloween_2014.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/re/events') diff --git a/npc/re/events/halloween_2014.txt b/npc/re/events/halloween_2014.txt index 1a9635258..5b81a2777 100644 --- a/npc/re/events/halloween_2014.txt +++ b/npc/re/events/halloween_2014.txt @@ -879,7 +879,7 @@ niflheim,192,182,7 script Jack#14hal 4_JACK,{ //= Richard //============================================================================== niflheim,190,185,5 script Richard#14hal01 4_M_NFDEADSWDMAN,{ - if (questprogress(14457) > -1) { + if (questprogress(14457)) { mes "A doll which resembles Richard."; } else { mes "[Richard]"; -- cgit v1.2.3-70-g09d2