From a6544f50094b0d789952da3ebe8232167d5cecc6 Mon Sep 17 00:00:00 2001 From: Ackis Date: Thu, 2 Oct 2008 15:57:42 +0000 Subject: [PATCH] Ackis Recipe List: - Fix ticket 72 --- AckisRecipeList.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index 76199a6..95a2ed7 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -467,7 +467,7 @@ local function giveFilter() desc = L["SPECIALITY_TOGGLE"], type = "toggle", get = function() return addon.db.profile.filters.general.specialty end, - set = function() addon.db.profile.filters.general.specialty = not addon.db.profile.specialty end, + set = function() addon.db.profile.filters.general.specialty = not addon.db.profile.filters.general.specialty end, order = 15, }, skill = -- 1.7.9.5