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/priest.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/priest.txt')
-rw-r--r-- | npc/jobs/2-1/priest.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/2-1/priest.txt b/npc/jobs/2-1/priest.txt index db8a64825..082c9a6d5 100644 --- a/npc/jobs/2-1/priest.txt +++ b/npc/jobs/2-1/priest.txt @@ -5,7 +5,7 @@ //= Converted by: kobra_k88. //= Further bugfixed and tested by Lupus //===== Current Version: ===================================== -//= 2.4 +//= 2.4a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -26,6 +26,7 @@ //= 2.3 Several bugfixes with the help of Barron-Monster. [L0ne_W0lf] //= 2.3a More bug fixes. [L0ne_W0lf] //= 2.4 Changed Marthilda to Mathilda. [L0ne_W0llf] +//= 2.4a Deleted unused variables. [Samuray22] //========================================================== prt_church,16,41,4 script High Bishop#prst 60,{ @@ -1549,7 +1550,6 @@ OnTouch: close; } else if (BaseClass == Job_Acolyte) { - set name,PcName; mes "[Baphomet]"; mes "Greetings."; next; |