Quantcast

In addon:AddRecipe(): Removed automatic setting of the RELEVANT state flag.

James D. Callahan III [04-02-10 - 03:40]
In addon:AddRecipe(): Removed automatic setting of the RELEVANT state flag.
Filename
ARL.lua
diff --git a/ARL.lua b/ARL.lua
index 89d2455..27fb4e2 100644
--- a/ARL.lua
+++ b/ARL.lua
@@ -925,9 +925,6 @@ do
 			["IsFlagged"]		= Recipe_IsFlagged,
 		}

-		-- Set the "relevant" flag for searches, until I peer at the search logic to make this unnecessary.
-		recipe:AddState("RELEVANT")
-
 		if not recipe.name then
 			self:Print(strformat(L["SpellIDCache"], spell_id))
 		end