From 9f5afb30329c64270d5fb66101822d69e7735b22 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 13 Nov 2007 08:50:50 +0000 Subject: * Fixed warning in star gladiator job test. * Fixed error in assassin job test (missing ;) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11729 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-1/assassin.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/jobs/2-1') diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt index 6398d565f..75139e25b 100644 --- a/npc/jobs/2-1/assassin.txt +++ b/npc/jobs/2-1/assassin.txt @@ -36,6 +36,7 @@ //= 2.7 Several bugfixes with the help of Samuray22 and Barron-Monster. [L0ne_W0lf] //= 2.8 Removed duplicate warps. [L0ne_W0lf] //= 2.8a Deleted unused variables. [Samuray22] +//= 2.8b Fixed error caused in last updated, removed useless variable 'joblvl'. [L0ne_W0lf] //============================================================ in_moc_16,19,33,1 script Guildsman#asn 55,{ @@ -591,8 +592,7 @@ OnTouch: next; mes "[Assassin 'Khai']"; mes "Fill out the application form with your name and job level."; - next - set joblvl,JobLevel; + nextl mes "[Assassin 'Khai']"; mes "" + strcharinfo(0) + "?"; mes "That's your name?"; -- cgit v1.2.3-60-g2f50