From 12e946fd53b14a911303279fe262533fa4d2618a Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Mon, 22 Mar 2010 18:01:33 -0400 Subject: [PATCH] In addon:AddRecipe(): Don't set a default value for recipe.is_known - if a scan shows that it's known, it will be marked as such. --- ARL.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/ARL.lua b/ARL.lua index 15e1d00..d311a31 100644 --- a/ARL.lua +++ b/ARL.lua @@ -890,7 +890,6 @@ function addon:AddRecipe(spell_id, skill_level, item_id, quality, profession, sp ["trivial_level"] = trivial_level or skill_level + 20, ["is_visible"] = true, -- Set to be displayed until the filtering occurs ["is_relevant"] = true, -- Set to be showing in the search results - ["is_known"] = false, -- Initially not known - will determine in addon:Scan() } if not recipe.name then -- 1.7.9.5