This commit is contained in:
ronancpl
2019-04-19 21:21:35 -03:00
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;