diff options
Diffstat (limited to 'npc/jobs/custom/jobchange.txt')
-rw-r--r-- | npc/jobs/custom/jobchange.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/custom/jobchange.txt b/npc/jobs/custom/jobchange.txt index 4f233ea0d..79e4de332 100644 --- a/npc/jobs/custom/jobchange.txt +++ b/npc/jobs/custom/jobchange.txt @@ -61,7 +61,7 @@ Llevelcheck: Ladvclasses: if(SkillPoint != 0) goto Lskillpt; //Lord Knight & Paladin - if(oldclass == 7 && readparam(19) == 4001 || oldclass == 14 && readparam(19) == 4001) goto Lswordsmanhigh; + if(oldclass == 7 && readparam(19) == 4001 || oldclass == 13 && readparam(19) == 4001 || oldclass == 14 && readparam(19) == 4001 || oldclass == 21 && readparam(19) == 4001) goto Lswordsmanhigh; if(readparam(19) == 4002 && oldclass == 7) goto Llordknight; if(readparam(19) == 4002 && oldclass == 14) goto Lpaladin; //Assassin Cross & Stalker |