Reactory Factory Small Fix + Festival of Lights (NPC) (#449)

* Fixed the "INVALID ID" while warping to certain MAPID with XML existed. (Thanks to Ronan)
* Started to fix the quest "Festival of Lights" - Now Simon warps you to the Shalom Temple in Happville
This commit is contained in:
Jayden Seah
2019-04-19 11:29:37 +08:00
committed by Ronan Lana
parent 0b80389971
commit 060b984f48
2 changed files with 72 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ public class MapleReactorFactory {
int timeOut = -1;
for (MapleData fknexon : eventData.getChildren()) {
if (fknexon.getName().equals("timeOut")) {
if (fknexon.getName().equalsIgnoreCase("timeOut")) {
timeOut = MapleDataTool.getInt(fknexon);
} else {
Pair<Integer, Integer> reactItem = null;