201202203204205206207208209210211
{ temp = new L2TownZone(zoneId); } else if(zoneType.equals("OlympiadStadium")) { temp = new L2OlympiadStadiumZone(zoneId); } else if(zoneType.equals("CastleZone")) { temp = new L2CastleZone(zoneId); }