From e53c225f31d2d46ac62f693218a88703164a7fc9 Mon Sep 17 00:00:00 2001 From: John Pasula Date: Tue, 25 Jan 2011 11:16:07 -0700 Subject: [PATCH] For science, we won't try to restore previous state after a scan. --- core.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core.lua b/core.lua index ace6e73..dd3a566 100644 --- a/core.lua +++ b/core.lua @@ -1724,6 +1724,7 @@ do CollapseTradeSkillSubClass(i) end end +--[[ -- Restore the state of the "Have Materials" checkbox. TradeSkillFrame.filterTbl.hasMaterials = have_materials TradeSkillOnlyShowMakeable(have_materials) @@ -1734,6 +1735,7 @@ do TradeSkillUpdateFilterBar() TradeSkillFrame_Update() +]]-- end Player.prev_count = Player.foundRecipes Player.foundRecipes = recipes_found -- 1.7.9.5