From accd0c3cf3b1908e17b80aca4e06931d6dc6472b Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Mon, 22 Mar 2010 15:40:20 -0400 Subject: [PATCH] In FormatRecipeText(): Made the showing of exclusions work again. --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index 2173088..5590a19 100644 --- a/Frame.lua +++ b/Frame.lua @@ -2195,7 +2195,7 @@ do recipe_string = skill_sort and string.format("%s - %s", level_text, recipe_string) or string.format("%s - %s", recipe_string, level_text) - if addon.db.profile.exclusionlist[recipe_index] then + if addon.db.profile.exclusionlist[recipe_entry.spell_id] then recipe_string = string.format("** %s **", recipe_string) end return recipe_string -- 1.7.9.5