{
packets.add(new PrivateStoreMsgBuy(activeChar));
}
else if(activeChar.getPrivateStoreType() == L2Player.STORE_PRIVATE_SELL || activeChar.getPrivateStoreType() == L2Player.STORE_PRIVATE_SELL_PACKAGE)
{
packets.add(new PrivateStoreMsgSell(activeChar));
}
else if(activeChar.getPrivateStoreType() == L2Player.STORE_PRIVATE_MANUFACTURE)
{
packets.add(new RecipeShopMsg(activeChar));
}