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/crusader.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/crusader.txt')
-rw-r--r-- | npc/jobs/2-2/crusader.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/jobs/2-2/crusader.txt b/npc/jobs/2-2/crusader.txt index 588650ba1..d3c17ec83 100644 --- a/npc/jobs/2-2/crusader.txt +++ b/npc/jobs/2-2/crusader.txt @@ -4,7 +4,7 @@ //= Made by: Black Dragon //= Converted by: Shin //===== Current Version: ===================================== -//= 2.9 +//= 2.9a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -27,6 +27,7 @@ //= 2.7 Fixed Some variables like ".@item", and changed to "@item". [Samuray22] //= 2.8 Fixed a little minor bug. [Samuray22] //= 2.9 Minor fixes, typos, an incorrect answer. Thanks to yyCC. [L0ne_W0lf] +//= 2.9a Deleted unused variables. [Samuray22] //============================================================ @@ -505,8 +506,7 @@ prt_church,95,127,3 script Crusader 745,{ mes "Listen carefully, and"; mes "choose the correct answer."; next; -C_Questions: - set .@cru_t,0; +C_Questions: set .@cru_m,rand(1,3); if (.@cru_m == 1) { mes "[Gabriel Valentine]"; |