69676968696969706971697269736974697569766977
{ sendPacket(new PrivateStoreListBuy(this, temp)); } else if(temp.getPrivateStoreType() == STORE_PRIVATE_MANUFACTURE) { sendPacket(new RecipeShopSellList(this, temp)); } temp = null; } else
46474849505152
if(!(player.getTarget() instanceof L2PcInstance)) return; L2PcInstance target = (L2PcInstance) player.getTarget(); player.sendPacket(new RecipeShopSellList(player, target)); }