long price = Long.parseLong(objectsElement.attributeValue("price"));
objects.add(new CastleDamageZoneObject(objectsElement.attributeValue("name"), price));
}
else if (nodeName.equalsIgnoreCase("zone"))
{
objects.add(new ZoneObject(objectsElement.attributeValue("name")));
}
else if (nodeName.equalsIgnoreCase("ctb_team"))
{
int mobId = Integer.parseInt(objectsElement.attributeValue("mob_id"));
int flagId = Integer.parseInt(objectsElement.attributeValue("id"));