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-2/rogue.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'npc/jobs/2-2/rogue.txt') diff --git a/npc/jobs/2-2/rogue.txt b/npc/jobs/2-2/rogue.txt index f29337fe1..1e1cf0569 100644 --- a/npc/jobs/2-2/rogue.txt +++ b/npc/jobs/2-2/rogue.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 2.4 +//= 2.4a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -12,6 +12,7 @@ //===== Additional Comments: ================================= //= 2.4 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf] //= No longer uses function "F_BlockHigh" +//= 2.4a Deleted unused variables. [Samuray22] //============================================================ morocc,100,104,1 script Thug#rg 118,{ @@ -967,7 +968,6 @@ OnTouch: mes "Who would dare"; mes "intrude my territory?"; next; - set rogue_t,0; switch(select("My father:Aragham:Aragon:Legolas")) { case 1: mes "[" + strcharinfo(0) + "]"; @@ -1038,8 +1038,6 @@ OnTouch: mes "Who would dare"; mes "intrude my territory?"; next; - set name,PcName; - set rogue_t,0; switch(select("My father:Aragham:Aragon:Legolas")) { case 1: mes "[" + strcharinfo(0) + "]"; @@ -1110,8 +1108,6 @@ OnTouch: mes "Who would dare"; mes "intrude my territory?"; next; - set name,PcName; - set rogue_t,0; switch(select("Anntonio:Aragham:Antonio:Hollgrehenn")) { case 1: mes "[" + strcharinfo(0) + "]"; -- cgit v1.2.3-70-g09d2