229230231232233234235236237238239
{ temp = new L2FortZone(zoneId); } else if(zoneType.equals("DamageZone")) { temp = new L2DamageZone(zoneId); } else if(zoneType.equals("Arena")) { temp = new L2ArenaZone(zoneId); }