summaryrefslogtreecommitdiff
path: root/npc/quests/quests_hugel.txt
diff options
context:
space:
mode:
authorSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-20 17:40:30 +0000
committerSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-20 17:40:30 +0000
commit1a9e8d5552c9bf30a190e64795a42f2eba553119 (patch)
tree4cd24316a1b29cafd895e5d1b3e9a4d86f44984e /npc/quests/quests_hugel.txt
parent504db5831b550a06487c2e7e583a26d91e75e53e (diff)
downloadhercules-1a9e8d5552c9bf30a190e64795a42f2eba553119.tar.gz
hercules-1a9e8d5552c9bf30a190e64795a42f2eba553119.tar.bz2
hercules-1a9e8d5552c9bf30a190e64795a42f2eba553119.tar.xz
hercules-1a9e8d5552c9bf30a190e64795a42f2eba553119.zip
* Small fixes to Hugel and Lighthalzen quests.
- 'gettimetick' checking in Schwartzvalt Trilogy now looks for both positive and negative values. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11528 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_hugel.txt')
-rw-r--r--npc/quests/quests_hugel.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/quests/quests_hugel.txt b/npc/quests/quests_hugel.txt
index 574ffff16..cd7005810 100644
--- a/npc/quests/quests_hugel.txt
+++ b/npc/quests/quests_hugel.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= MasterOfMuppets & SinSloth
//===== Current Version: =====================================
-//= 1.5
+//= 1.5b
//===== Compatible With: =====================================
//= eAthena
//===== Description: =========================================
@@ -16,7 +16,8 @@
//= 1.3 Added a Missing "close;". [Samuray22]
//= -Thanks to Elfange
//= 1.4 Fixed experience gains to match upcoming rate adjustments. [SinSloth]
-//= 1.5 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
+//= 1.5a Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
+//= 1.5b Fixed a variable name. [SinSloth]
//============================================================
//-------------------------------------------------------------------------
@@ -1544,7 +1545,7 @@ hu_in01,326,307,3 script Siria 90,{
mes "to worry about me!";
close;
}
- else if(v[hg_bio] == 9)
+ else if(hg_bio == 9)
{
mes "[Siria]";
mes "Oh, welcome~";