diff options
Diffstat (limited to 'npc/pre-re/jobs/1-1/acolyte.txt')
-rw-r--r-- | npc/pre-re/jobs/1-1/acolyte.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/pre-re/jobs/1-1/acolyte.txt b/npc/pre-re/jobs/1-1/acolyte.txt index 2faef7c87..49bb33c9b 100644 --- a/npc/pre-re/jobs/1-1/acolyte.txt +++ b/npc/pre-re/jobs/1-1/acolyte.txt @@ -182,10 +182,10 @@ prt_church,184,41,4 script Cleric#aco 1_M_PASTOR,{ skill 143,0,0; callfunc "Job_Change",Job_Acolyte; callfunc "F_ClearJobVar"; - if(checkquest(1001) != -1) { + if (questprogress(1001)) { completequest 1001; } - else if(checkquest(1002) != -1) { + else if (questprogress(1002)) { completequest 1002; } else { |