Fixed parsing instanceId.
This commit is contained in:
parent
432f235dc5
commit
c6bbb601be
@ -147,7 +147,7 @@ public class TimedHuntingZoneData implements IXmlReader
|
||||
}
|
||||
case "instanceId":
|
||||
{
|
||||
refillTimeMax = Integer.parseInt(zoneNode.getTextContent());
|
||||
instanceId = Integer.parseInt(zoneNode.getTextContent());
|
||||
break;
|
||||
}
|
||||
case "weekly":
|
||||
|
@ -147,7 +147,7 @@ public class TimedHuntingZoneData implements IXmlReader
|
||||
}
|
||||
case "instanceId":
|
||||
{
|
||||
refillTimeMax = Integer.parseInt(zoneNode.getTextContent());
|
||||
instanceId = Integer.parseInt(zoneNode.getTextContent());
|
||||
break;
|
||||
}
|
||||
case "weekly":
|
||||
|
@ -147,7 +147,7 @@ public class TimedHuntingZoneData implements IXmlReader
|
||||
}
|
||||
case "instanceId":
|
||||
{
|
||||
refillTimeMax = Integer.parseInt(zoneNode.getTextContent());
|
||||
instanceId = Integer.parseInt(zoneNode.getTextContent());
|
||||
break;
|
||||
}
|
||||
case "weekly":
|
||||
|
@ -147,7 +147,7 @@ public class TimedHuntingZoneData implements IXmlReader
|
||||
}
|
||||
case "instanceId":
|
||||
{
|
||||
refillTimeMax = Integer.parseInt(zoneNode.getTextContent());
|
||||
instanceId = Integer.parseInt(zoneNode.getTextContent());
|
||||
break;
|
||||
}
|
||||
case "weekly":
|
||||
|
@ -147,7 +147,7 @@ public class TimedHuntingZoneData implements IXmlReader
|
||||
}
|
||||
case "instanceId":
|
||||
{
|
||||
refillTimeMax = Integer.parseInt(zoneNode.getTextContent());
|
||||
instanceId = Integer.parseInt(zoneNode.getTextContent());
|
||||
break;
|
||||
}
|
||||
case "weekly":
|
||||
|
@ -147,7 +147,7 @@ public class TimedHuntingZoneData implements IXmlReader
|
||||
}
|
||||
case "instanceId":
|
||||
{
|
||||
refillTimeMax = Integer.parseInt(zoneNode.getTextContent());
|
||||
instanceId = Integer.parseInt(zoneNode.getTextContent());
|
||||
break;
|
||||
}
|
||||
case "weekly":
|
||||
|
Loading…
Reference in New Issue
Block a user