ソースを参照

Fixed A wrong label calling. Resulting in npc not ending the talk.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@53 54d463be-8e91-2dee-dedb-b68131a5f0ec
shadowlady 20 年 前
コミット
f78f16def5
1 ファイル変更3 行追加2 行削除
  1. 3 2
      npc/jobs/novice/novice.txt

+ 3 - 2
npc/jobs/novice/novice.txt

@@ -102,7 +102,6 @@ new_1-2.gat,100,29,4	script	Usher	86,{
 	mes "[Usher]";
 	mes "Welcome to the ^FF0000Training Ground^000000 .";
 	mes "Please choose ^0099FFIntroduction^000000 first if you need to check detailed information about Training Ground.";
-	Lmenu:
 	next;
 	menu "Sign Up on the Training Ground.",Lsign,"Direct Access to Ragnarok.",Ldirect,"^0099FFIntroduction.^000000",Lintro,"Cancel.",Lcancel;
 
@@ -201,7 +200,9 @@ new_1-2.gat,100,29,4	script	Usher	86,{
 		mes "[Usher]";
 		mes "If you want to apply on the Training Ground, Please choose 'Sign Up on the Training Ground'.";
 		mes "if you not, choose 'Direct Access to Ragnarok'.";
-		goto Lmenu;
+		next;
+		menu "Sign Up on the Training Ground.",Lsign,"Direct Access to Ragnarok.",Ldirect,"^0099FFIntroduction.^000000",Lintro,"Cancel.",Lcancel;
+		close;
 
 	Lcancel:
 		mes "[Usher]";