Explorar o código

Fixed small bug in custom JobChanger.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10411 54d463be-8e91-2dee-dedb-b68131a5f0ec
Paradox924x %!s(int64=18) %!d(string=hai) anos
pai
achega
d208707a4c
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      npc/Changelog.txt
  2. 1 1
      npc/custom/jobs/jobmaster.txt

+ 1 - 0
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]

+ 1 - 1
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: