git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10411 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -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]
@@ -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;
default: