diff options
Diffstat (limited to 'npc/custom/jobs/jobmaster.txt')
-rw-r--r-- | npc/custom/jobs/jobmaster.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/jobs/jobmaster.txt b/npc/custom/jobs/jobmaster.txt index a8c147f11..79e609d93 100644 --- a/npc/custom/jobs/jobmaster.txt +++ b/npc/custom/jobs/jobmaster.txt @@ -162,7 +162,7 @@ prontera.gat,153,193,6 script Job Master 123,{ } close; } - if(checkfalcon(0) || checkcart(0) || checkriding(0)) goto L_remove; + if(checkfalcon() || checkcart() || checkriding()) goto L_remove; if((Class >=Job_Knight) && (Class <=Job_Crusader2)){ mes "Do you want to reborn?"; if(select("Yes","No")==1){ |