diff options
Diffstat (limited to 'npc/jobs/custom/jobchange.txt')
-rw-r--r-- | npc/jobs/custom/jobchange.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/custom/jobchange.txt b/npc/jobs/custom/jobchange.txt index 296c367cc..dc90c3d93 100644 --- a/npc/jobs/custom/jobchange.txt +++ b/npc/jobs/custom/jobchange.txt @@ -492,8 +492,8 @@ LSecondClass2: close; LBardDancer: - if(sex==0) goto LBard; - if(sex==1) goto LDancer; + if(sex==0) goto LDancer; + if(sex==1) goto LBard; LBard: if(class !=3) goto LNotArch3; |