From 0d39bd431d061347134aeb2c5b0f103442a46f16 Mon Sep 17 00:00:00 2001 From: John Pasula Date: Tue, 25 Jan 2011 09:03:04 -0700 Subject: [PATCH] have_skillip -> have_skillup --- core.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core.lua b/core.lua index dff02a4..72f6c60 100644 --- a/core.lua +++ b/core.lua @@ -1623,7 +1623,7 @@ do -- Save the state of the "Have Materials" checkbox. local have_materials = TradeSkillFrame.filterTbl.hasMaterials - local have_skillip = TradeSkillFrame.filterTbl.hasSkillUp + local have_skillup = TradeSkillFrame.filterTbl.hasSkillUp if MRTAPI and MRTAPI:PushFilterSelection() then -- MrTrader saved the state for us @@ -1693,9 +1693,9 @@ do end -- Restore the state of the "Have Materials" checkbox. TradeSkillFrame.filterTbl.hasMaterials = have_materials - TradeSkillFrame.filterTbl.hasSkillUp = have_skillip + TradeSkillFrame.filterTbl.hasSkillUp = have_skillup TradeSkillOnlyShowMakeable(have_materials) - TradeSkillOnlyShowSkillUps(have_skillip) + TradeSkillOnlyShowSkillUps(have_skillup) TradeSkillFrame_Update() end Player.prev_count = Player.foundRecipes -- 1.7.9.5