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/guides | |
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/guides')
-rw-r--r-- | npc/guides/guides_rachel.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/guides/guides_rachel.txt b/npc/guides/guides_rachel.txt index 3a621e971..3e450549c 100644 --- a/npc/guides/guides_rachel.txt +++ b/npc/guides/guides_rachel.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.0 +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -12,6 +12,8 @@ //===== Additional Comments: ================================= //= 1.0 First version. [L0ne_W0lf] //= 1.1 Change the while loops a bit. [L0ne_W0lf] +//= 1.2 Deleted an Unnecessary "next;" [Samuray22] +// -Thanks to $ephiroth. //============================================================ rachel,138,146,5 script Rachel Guide 934,{ mes "[Rachel Guide]"; @@ -35,7 +37,6 @@ rachel,138,146,5 script Rachel Guide 934,{ mes "on your Mini-Map?"; next; if (select("Yes:No") == 1) set .@compass_check,1; - next; } set .@loop2,1; while(.@loop2) { |