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