}
}
Log.LogItem(activeChar, Log.Crystalize, item);
if (!activeChar.getInventory().destroyItemByObjectId(_objectId, 1L))
{
activeChar.sendActionFailed();
return;
}
activeChar.sendPacket(Msg.THE_ITEM_HAS_BEEN_SUCCESSFULLY_CRYSTALLIZED);
ItemFunctions.addItem(activeChar, crystalId, crystalAmount, true);
activeChar.sendChanges();