if ((manufacturer == null) || (manufacturer.getPrivateStoreType() != Player.STORE_PRIVATE_MANUFACTURE) || !manufacturer.isInRangeZ(activeChar, Creature.INTERACTION_DISTANCE))
{
activeChar.sendActionFailed();
return;
}
activeChar.sendPacket(new RecipeShopSellList(activeChar, manufacturer));
}