Quantcast

Since we're explicitly reseting the known flag, stop doing it elsewhere.

ackis [06-22-09 - 18:02]
Since we're explicitly reseting the known flag, stop doing it elsewhere.
Filename
AckisRecipeList.lua
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