castle.setCropProcure(new FastList<CropProcure>(), CastleManorManager.PERIOD_NEXT);
castle.setSeedProduction(new FastList<SeedProduction>(), CastleManorManager.PERIOD_CURRENT);
castle.setSeedProduction(new FastList<SeedProduction>(), CastleManorManager.PERIOD_NEXT);
if (Config.ALT_MANOR_SAVE_ALL_ACTIONS) {
castle.saveCropData();
castle.saveSeedData();
}
}
activeChar.sendMessage("Manor data was nulled");
}
showMainPage(activeChar);