From 055df2303dbc6f94b3397d872a644c2704936633 Mon Sep 17 00:00:00 2001 From: ackis Date: Mon, 22 Jun 2009 18:02:28 +0000 Subject: [PATCH] Since we're explicitly reseting the known flag, stop doing it elsewhere. --- AckisRecipeList.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index f061bdf..fdafd34 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -539,7 +539,6 @@ function addon:addTradeSkill(RecipeDB, SpellID, SkillLevel, ItemID, Rarity, Prof ["Locations"] = nil, ["RecipeLink"] = spellLink, ["Name"] = recipe_name, - ["Known"] = false, -- Unknown until scan occurs ["Display"] = true, -- Set to be displayed until the filtering occurs ["Search"] = true, -- Set to be showing in the search results ["Flags"] = {}, -- Create the flag space in the RecipeDB -- 1.7.9.5