diff options
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/custom/jobs/jobmaster.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 4fc8afd4d..1fc9134a6 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/04/30 + * Fixed small bug in custom JobChanger. [Paradox924X] * Updated Gunslinger weapon Destroyer Quest to official. Thanks to Sinoco [SinSloth] * Updated Ninja Job Quest to official version [SinSloth] * Added $ephiroth's veins/nameless warps update [ultramage] diff --git a/npc/custom/jobs/jobmaster.txt b/npc/custom/jobs/jobmaster.txt index 5f8161e52..2db205ba7 100644 --- a/npc/custom/jobs/jobmaster.txt +++ b/npc/custom/jobs/jobmaster.txt @@ -79,7 +79,7 @@ prontera,153,193,6 script Job Master 123,{ break; case 9: case 10: - if(Class == Job_Novice_High) goto L_noReq; + if(Class == Job_Novice_High || Upper == 2) goto L_noReq; set @target_job, @menu + 15; break; default: |