408409410411412413414
if(item == null) { sendResult(player, BR_BUY_INVALID_ITEM); return; } player.sendPacket(new ExBR_ProductInfo(item)); }