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