summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/custom/jobs/jobmaster.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 52049b0ae..9f10e036e 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -28,6 +28,7 @@ Nexon
Date Added
======
04/20
+ * Hopefully also fixed the custom job master [Playtester]
* Fixed it again, better use constants [Playtester]
* Fixed Rebirth script not working for some Knights and Crusaders [Playtester]
- needs some testing!
diff --git a/npc/custom/jobs/jobmaster.txt b/npc/custom/jobs/jobmaster.txt
index be736ead3..db7604597 100644
--- a/npc/custom/jobs/jobmaster.txt
+++ b/npc/custom/jobs/jobmaster.txt
@@ -275,6 +275,8 @@ prontera.gat,153,193,6 script Job Master 123,{
menu "No",L_quit,"Yes",-;
if ((BaseLevel < 99) || (JobLevel < 50)) goto L_cantCh;
set lastJob, readparam(19);
+ if(lastJob == Job_Knight2) set lastJob,Job_Knight;
+ if(lastJob == Job_Crusader2) set lastJob,Job_Crusader;
jobchange Job_Novice_High;
resetlvl(1);
skill 142,1,0;