299300301302303304305306307308309
{ temp = new L2CastleTeleportZone(zoneId); } else if(zoneType.equals("CustomZone")) { temp = new L2CustomZone(zoneId); } else if(zoneType.equals("SwampZone")) { temp = new L2SwampZone(zoneId); }