From 2164720f551bc4516cf60d794ca26f8796860515 Mon Sep 17 00:00:00 2001 From: samuray22 Date: Mon, 12 Nov 2007 13:47:54 +0000 Subject: * Deleted unused variables in some Job Quest (2-1 & 2-2). -Thanks to Ai4rei git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11726 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-1/assassin.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'npc/jobs/2-1/assassin.txt') diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt index ab6c3cbc4..6398d565f 100644 --- a/npc/jobs/2-1/assassin.txt +++ b/npc/jobs/2-1/assassin.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 2.7 +//= 2.8a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -35,6 +35,7 @@ //= 2.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= 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] //============================================================ in_moc_16,19,33,1 script Guildsman#asn 55,{ @@ -590,8 +591,7 @@ OnTouch: next; mes "[Assassin 'Khai']"; mes "Fill out the application form with your name and job level."; - next; - set name,PcName; + next set joblvl,JobLevel; mes "[Assassin 'Khai']"; mes "" + strcharinfo(0) + "?"; @@ -1895,7 +1895,6 @@ OnTouch: mes "Please give me"; mes "one second..."; next; - set name,PcName; mapannounce "in_moc_16","Those involved with the testing of " + strcharinfo(0) + ", please gather before me.",bc_map; mes "[Guildmaster]"; mes "Those involved with the testing of " + strcharinfo(0) + ", please gather before me."; -- cgit v1.2.3-60-g2f50