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/sage.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/sage.txt')
-rw-r--r-- | npc/jobs/2-2/sage.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/2-2/sage.txt b/npc/jobs/2-2/sage.txt index e22eab91f..ccf7bf69a 100644 --- a/npc/jobs/2-2/sage.txt +++ b/npc/jobs/2-2/sage.txt @@ -5,7 +5,7 @@ //= Unknown Translator (1.0) //= Darkchild (1.2) //===== Current Version: ===================================== -//= 2.3 +//= 2.4a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -18,6 +18,7 @@ //= 2.2b ANotehr smaLL bugfix, pointed out by Cara. [L0ne_W0lf] //= 2.3 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //= 2.4 Fixes bug with first room monsters not being reset. [L0ne_W0lf] +//= 2.4a Deleted unused variables. [Samuray22] //============================================================ yuno_in02,38,61,5 script Dean of the Academy#sa 743,{ @@ -991,7 +992,6 @@ L_AskQuestions: mes "Each correct answer will give you 5 points. When your score reaches 80 points, you pass the test."; next; set sage_m2,rand(1,3); - set sage_t,0; mes "[Claytos Verdo]"; mes "Okay, there's no need to wait."; mes "Answer immediately, or I'll fail you again."; |