}
player.tempInventoryDisable();
NpcTradeList list = TradeController.getInstance().getBuyList(listId);
if(list == null || list.getNpcId() == getNpcId())
{
player.sendPacket(new ExBuySellList(list, player, taxRate));
}
else
{
_log.warning("[L2MerchantInstance] possible client hacker: " + player.getName() + " attempting to buy from GM shop! < Ban him!");
_log.warning("buylist id:" + listId + " / list_npc = " + list.getNpcId() + " / npc = " + getNpcId());