From 72e88a06e07a2c1e494b91bf2fd9937ec5da190f Mon Sep 17 00:00:00 2001 From: Jim-Bim Date: Fri, 3 Apr 2009 20:45:31 +0000 Subject: [PATCH] AckisRecipeList: - fixed problem with SetProgressBar not updating numbers correctly --- ARLFrame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index 308d451..760cba6 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -1215,7 +1215,7 @@ local function SetProgressBar(playerData) pbMax = playerData.recipes_total_filtered end - if (not addon.db.profile.includeexcluded) then + if (not addon.db.profile.includeexcluded and not addon.db.profile.ignoreexclusionlist) then pbCur = pbCur - playerData.excluded_recipes_unknown pbMax = pbMax - playerData.excluded_recipes_known end -- 1.7.9.5