{
activeChar.setTradeList(new L2TradeList(0));
}
activeChar.getTradeList().updateSellList(activeChar, activeChar.getSellList());
activeChar.setPrivateStoreType(L2Player.STORE_PRIVATE_NONE);
activeChar.standUp();
activeChar.broadcastUserInfo(true);
if(!activeChar.checksForShop(false))
{
activeChar.sendActionFailed();
return;