From fae20c56d46f6ab5dac4766632f06e4dcff78c3e Mon Sep 17 00:00:00 2001 From: j-tkay Date: Mon, 17 Jun 2013 19:25:42 +0000 Subject: [PATCH] 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 --- npc/quests/quests_13_1.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index e67c1e0b6c..49fc2e401b 100644 --- a/npc/quests/quests_13_1.txt +++ b/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; }