diff options
Diffstat (limited to 'npc/re/cities/malaya.txt')
-rw-r--r-- | npc/re/cities/malaya.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/cities/malaya.txt b/npc/re/cities/malaya.txt index da19e67c5..54064d8a5 100644 --- a/npc/re/cities/malaya.txt +++ b/npc/re/cities/malaya.txt @@ -222,7 +222,7 @@ OnTouch: if (getcharid(0) == getpartyleader(getcharid(1),2)) set .@pass,1; } else if (.@i%4 == 3) { - if (checkquest(4229,PLAYTIME) > -1 && checkquest(9223,PLAYTIME) > -1 && checkquest(12278,PLAYTIME) > -1) + if (questprogress(4229,PLAYTIME) && questprogress(9223,PLAYTIME) && questprogress(12278,PLAYTIME)) set .@pass,1; } else if (.@i%4 == 0) { if (rand(1,100)%10 == 7) |