237238239240241242243244245246247
{ temp = new L2ArenaZone(zoneId); } else if(zoneType.equals("MotherTree")) { temp = new L2MotherTreeZone(zoneId); } else if(zoneType.equals("BigheadZone")) { temp = new L2BigheadZone(zoneId); }