From 345bbff6673b188656c0904a13d31a97d0b7046f Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Thu, 1 Apr 2010 23:40:20 -0400 Subject: [PATCH] In addon:AddRecipe(): Removed automatic setting of the RELEVANT state flag. --- ARL.lua | 3 --- 1 file changed, 3 deletions(-) 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 -- 1.7.9.5