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