{
active_char.sendPacket(new PrivateStoreMsgSell(otherPlayer));
}
else if(otherPlayer.getPrivateStoreType() == L2PcInstance.STORE_PRIVATE_BUY)
{
active_char.sendPacket(new PrivateStoreMsgBuy(otherPlayer));
}
else if(otherPlayer.getPrivateStoreType() == L2PcInstance.STORE_PRIVATE_MANUFACTURE)
{
active_char.sendPacket(new RecipeShopMsg(otherPlayer));
}