瀏覽代碼

Fixed a wrong label on jobchange.txt
Sorry about that.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@314 54d463be-8e91-2dee-dedb-b68131a5f0ec

shadowlady 20 年之前
父節點
當前提交
777062b7f7
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      npc/jobs/custom/jobchange.txt

+ 1 - 2
npc/jobs/custom/jobchange.txt

@@ -1,4 +1,3 @@
-<<<<<<< .mine
 //===== eAthena Script =======================================
 //= Jobchanger Script
 //===== By: ==================================================
@@ -691,7 +690,7 @@ Lchange:
 	close;
 
 Llevelcheck:
-	if(readparam(55) >= 45 || readparam(19) == 4001 && readparam(55) >= 10) goto Lexisting;
+	if(readparam(55) >= 45 || readparam(19) == 4001 && readparam(55) >= 10) goto Ladvclasses;
 	mes "[ ^0065DFJobra^000000 ]";
 	mes "You need a higher level to change...";
 	cutin "kafra_01",255;