浏览代码

Fixed bugreport:7569
- A missing variable check.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17369 54d463be-8e91-2dee-dedb-b68131a5f0ec

j-tkay 12 年之前
父节点
当前提交
fae20c56d4
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      npc/quests/quests_13_1.txt

+ 3 - 2
npc/quests/quests_13_1.txt

@@ -3,7 +3,7 @@
 //===== By: ================================================== 
 //= L0ne_W0lf
 //===== Current Version: ===================================== 
-//= 2.9
+//= 3.0
 //===== Compatible With: ===================================== 
 //= rAthena SVN
 //===== Description: ========================================= 
@@ -49,6 +49,7 @@
 //= 2.7a Added 'consumeitem' command. [Euphy]
 //= 2.8 Some optimization, and moved an Izlude NPC. [Euphy]
 //= 2.9 Fixed an invalid event label. [Joseph]
+//= 3.0 Fixed a missing variable check. [Joseph]
 //============================================================ 
 
 // Onward to the New World
@@ -10376,7 +10377,7 @@ prt_castle,88,165,3	script	Laur	57,{
 		if (ep13_1_edq == 9) set ep13_1_edq,101;
 		else if (ep13_1_edq == 111) set ep13_1_edq,112;
 		else if (ep13_1_edq == 121) set ep13_1_edq,122;
-		else if (ep13_1_edq == 113) {
+		else if (ep13_1_edq == 113 || ep13_1_edq == 123) {
 			set ep13_1_edq,13;
 			changequest 3093,3094;
 		}