瀏覽代碼

Corrected variable used in Lighthalzen quest.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12388 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf 17 年之前
父節點
當前提交
7f3f3683d9
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 1 0
      npc/Changelog.txt
  2. 3 2
      npc/quests/quests_lighthalzen.txt

+ 1 - 0
npc/Changelog.txt

@@ -1,6 +1,7 @@
 Date		Added
 ======
 2008/03/17
+	* Rev. 12387 Corrected variable used in Lighthalzen quest. [L0ne_W0lf]
 	* Rev. 12387 Corrected small error in St. Patrick's Day event. [L0ne_W0lf]
 2008/03/16
 	* Rev. 12380 Updated Divorce script. [L0ne_W0lf]

+ 3 - 2
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";