diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-14 15:26:52 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-14 15:26:52 +0000 |
commit | 7298879454b1f5472ccbb774dce1d2f564d996c0 (patch) | |
tree | b3b770214e74a40e0ac99dd9be7d3549a4961389 /npc/jobs/1-1 | |
parent | 763c1a3e88cbecdab584bc2baaa05cd24734fa54 (diff) | |
download | hercules-7298879454b1f5472ccbb774dce1d2f564d996c0.tar.gz hercules-7298879454b1f5472ccbb774dce1d2f564d996c0.tar.bz2 hercules-7298879454b1f5472ccbb774dce1d2f564d996c0.tar.xz hercules-7298879454b1f5472ccbb774dce1d2f564d996c0.zip |
* Deleted an Unnecessary "next;" on Rachel Guide.
-Thanks to $ephiroth.
* Removed an Unnecessary "set job_acolyte_q,0;" in Acolyte Quest.
* Updated Dialogs from "Oxygen Mask Quest"
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11003 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/1-1')
-rw-r--r-- | npc/jobs/1-1/acolyte.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/1-1/acolyte.txt b/npc/jobs/1-1/acolyte.txt index 6f6ac5c9f..14dc2b1b2 100644 --- a/npc/jobs/1-1/acolyte.txt +++ b/npc/jobs/1-1/acolyte.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 1.7a +//= 1.8 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -22,6 +22,7 @@ //= No longer uses function "F_ToHigh" //= Proper dialog for Priest job quest is unused (for now.) //= 1.7a Functions now make use of proper priest quest dialog [L0ne_W0lf] +//= 1.8 Removed an Unnecessary "set job_acolyte_q,0;" [Samuray22] //============================================================ prt_church,184,41,4 script Cleric#aco 60,{ @@ -172,7 +173,6 @@ prt_church,184,41,4 script Cleric#aco 60,{ mes "[Father Mareusis]"; mes "I am proud to say that you are now ready to become an Acolyte!"; next; - set job_acolyte_q,0; skill 143,0,0; callfunc "Job_Change",Job_Acolyte; callfunc "F_ClearJobVar"; |