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