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-1/knight.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-1/knight.txt')
-rw-r--r-- | npc/jobs/2-1/knight.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/jobs/2-1/knight.txt b/npc/jobs/2-1/knight.txt index a64d60a7c..76651d257 100644 --- a/npc/jobs/2-1/knight.txt +++ b/npc/jobs/2-1/knight.txt @@ -5,7 +5,7 @@ //= Converted by kobra_k88 //= Further bugfixed and tested by Lupus //===== Current Version: ===================================== -//= 2.6 +//= 2.7 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -32,6 +32,7 @@ //= 2.5 Fixes a small bug with making claymores. [L0ne_W0lf] //= Corrected usages of killmonster and killmonsterall. //= 2.6 Corrected an improper areawarp destination. [L0ne_W0lf] +//= 2.7 Deleted unused variables. [Samuray22] //============================================================ prt_in,88,101,4 script Chivalry Captain#knt 56,{ @@ -1848,7 +1849,6 @@ L_AskQuestions: mes "Well then,"; mes "let's begin!"; next; - set knight_t,0; mes "[Lady Amy]"; mes "You are a Knight and you are looking for a party in Morroc."; mes "How would you go about doing so?"; @@ -2255,7 +2255,6 @@ prt_in,87,92,4 script Sir Gray#knt 119,{ mes "everyone else's"; mes "test?"; next; - set knight_t,0; mes "[Sir Gray]"; mes "Then shall"; mes "we begin mine?"; |