if (count < 1) {
if (Rnd.nextInt(99) < 90)
count = 1;
}
if (count > 0) {
cwh.addItem("Manor", L2Manor.getInstance().getMatureCrop(crop.getId()), count, null, null);
}
}
// reserved and not used money giving back to treasury
if (crop.getAmount() > 0) {
c.addToTreasuryNoTax(crop.getAmount() * crop.getPrice());