}
player.tempInventoryDisable();
NpcTradeList list = TradeController.getInstance().getBuyList(val);
if(list != null)
{
ShopPreviewList bl = new ShopPreviewList(list, player.getAdena(), player.getExpertiseIndex());
player.sendPacket(bl);
}
else
{
_log.warning("no buylist with id:" + val);