sendPacket(new SystemMessage(SystemMessageId.YOU_NOT_ENOUGH_ADENA));
return;
}
// Adding to treasury for Manor Castle
castle.addToTreasuryNoTax((int) totalPrice);
// Proceed the purchase
InventoryUpdate playerIU = new InventoryUpdate();
for (int i = 0; i < _count; i++)
{