L2PcInstance temp = (L2PcInstance) target;
sendPacket(new ActionFailed());
if ((temp.getPrivateStoreType() == STORE_PRIVATE_SELL) || (temp.getPrivateStoreType() == STORE_PRIVATE_PACKAGE_SELL))
{
sendPacket(new PrivateStoreListSell(this, temp));
}
else if (temp.getPrivateStoreType() == STORE_PRIVATE_BUY)
{
sendPacket(new PrivateStoreListBuy(this, temp));
}