303304305306307308309310311312313
{ temp = new L2CustomZone(zoneId); } else if(zoneType.equals("SwampZone")) { temp = new L2SwampZone(zoneId); } // Check for unknown type if(temp == null) {