205206207208209210211212213214215
{ temp = new L2OlympiadStadiumZone(zoneId); } else if(zoneType.equals("CastleZone")) { temp = new L2CastleZone(zoneId); } else if(zoneType.equals("Chaotic")) { temp = new L2ChaoticZone(zoneId); }