diff options
-rw-r--r-- | npc/jobs/custom/jobchange.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/jobs/custom/jobchange.txt b/npc/jobs/custom/jobchange.txt index d3736bc8e..8bb88fc46 100644 --- a/npc/jobs/custom/jobchange.txt +++ b/npc/jobs/custom/jobchange.txt @@ -1,4 +1,3 @@ -<<<<<<< .mine //===== eAthena Script ======================================= //= Jobchanger Script //===== By: ================================================== @@ -691,7 +690,7 @@ Lchange: close; Llevelcheck: - if(readparam(55) >= 45 || readparam(19) == 4001 && readparam(55) >= 10) goto Lexisting; + if(readparam(55) >= 45 || readparam(19) == 4001 && readparam(55) >= 10) goto Ladvclasses; mes "[ ^0065DFJobra^000000 ]"; mes "You need a higher level to change..."; cutin "kafra_01",255; |