sendPacket(Msg.YOU_DO_NOT_HAVE_ENOUGH_ADENA);
return;
}
player.reduceAdena(totalPrice, true);
// Adding to treasury for Manor Castle
castle.addToTreasuryNoTax((int) totalPrice, false, true);
Log.add(castle.getName() + "|" + (int) totalPrice + "|BuySeed", "treasury");
// Proceed the purchase
for(int i = 0; i < _count; i++)
{
int seedId = (int) _items[i * 2 + 0];