diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-12 13:47:54 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-12 13:47:54 +0000 |
commit | 2164720f551bc4516cf60d794ca26f8796860515 (patch) | |
tree | ded011a816cfa395c7d14117235aa008382b4b9a /npc/jobs/2-2/dancer.txt | |
parent | 75c188cc517d0111855c94987fd4e583b6b24b8a (diff) | |
download | hercules-2164720f551bc4516cf60d794ca26f8796860515.tar.gz hercules-2164720f551bc4516cf60d794ca26f8796860515.tar.bz2 hercules-2164720f551bc4516cf60d794ca26f8796860515.tar.xz hercules-2164720f551bc4516cf60d794ca26f8796860515.zip |
* 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
Diffstat (limited to 'npc/jobs/2-2/dancer.txt')
-rw-r--r-- | npc/jobs/2-2/dancer.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/2-2/dancer.txt b/npc/jobs/2-2/dancer.txt index 0dfe76990..d568f5f39 100644 --- a/npc/jobs/2-2/dancer.txt +++ b/npc/jobs/2-2/dancer.txt @@ -4,7 +4,7 @@ //= Kalen - Original jAthena //= Fredzilla - Converted, Lupus //===== Current Version: ===================================== -//= 3.2 +//= 3.2a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -13,6 +13,7 @@ //===== Additional Comments: ================================= //= 3.2 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf] //= No longer uses function "F_BlockHigh" +//= 3.2a Deleted unused variables. [Samuray22] //============================================================ comodo,180,153,4 script Sonotora#1 90,{ @@ -151,7 +152,6 @@ job_duncer,43,93,4 script Aile#da 724,{ next; if (select("Fill out the application.:I'll pass.") == 1) { if (JobLevel > 39) { - set name,PcName; cutin "job_dancer_eir02",2; mes "[Aile]"; mes "Good choice!!"; |