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
This commit is contained in:
j-tkay 2013-06-17 19:25:42 +00:00
parent 39e5a1d0cf
commit fae20c56d4

View File

@ -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;
}