diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-17 17:51:33 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-17 17:51:33 +0000 |
commit | c7ee688020983ae148eabb853b7cf5bae00fd32d (patch) | |
tree | 16a58781cf140500eb0073791b9a2c9ecb0b19bb /npc/quests/quests_lighthalzen.txt | |
parent | 703b573e25ea01760db63f9a09acf78b688fbf65 (diff) | |
download | hercules-c7ee688020983ae148eabb853b7cf5bae00fd32d.tar.gz hercules-c7ee688020983ae148eabb853b7cf5bae00fd32d.tar.bz2 hercules-c7ee688020983ae148eabb853b7cf5bae00fd32d.tar.xz hercules-c7ee688020983ae148eabb853b7cf5bae00fd32d.zip |
Corrected variable used in Lighthalzen quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12388 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_lighthalzen.txt')
-rw-r--r-- | npc/quests/quests_lighthalzen.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index d69196b30..9fc741ecf 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -4,7 +4,7 @@ //= Persian, Vicious_Pucca, aoa00, Evera, MasterOfMupppets, //= Lupus, Lord Gywall //===== Current Version: ===================================== -//= 4.1 +//= 4.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -64,6 +64,7 @@ //= 3.9 Added Rekenber Job quest. Don't know why it hasn't been there before though. [SinSloth] //= 4.0 Updated several NPCs to Official (iRO) dialog, and restrucured. [L0ne_W0lf] //= 4.1 Updated Dungeon quest, and Friendhsip quest to 10.3 standards. [L0ne_W0lf] +//= 4.2 Fixed wrong variable type in use in "Box#cube1". [L0ne_W0lf] //============================================================ lighthalzen,1,1,7 script sneakAddSuber -1,{ @@ -1715,7 +1716,7 @@ lhz_cube,248,193,0 script Box#cube1 111,{ close; } } - else if (@lhz_secret01 == 10 && @lhz_secret02 == 5 && @lhz_secret03 == 4 && @lhz_sincube != 10) { + else if (@lhz_secret01 == 10 && @lhz_secret02 == 5 && @lhz_secret03 == 4 && lhz_sincube != 10) { mes "^3355FFYou find a box with"; mes "three distinctively"; mes "shaped holes that"; |