From 1757fbe16d27f8dd178414202caec7b9e88f342b Mon Sep 17 00:00:00 2001 From: shadowlady Date: Sun, 7 Nov 2004 23:45:57 +0000 Subject: Fixed A wrong label calling. Resulting in npc not ending the talk. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@53 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/novice/novice.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/jobs') diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index 4710d6cda..6e8ea3146 100644 --- a/npc/jobs/novice/novice.txt +++ b/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]"; -- cgit v1.2.3-70-g09d2