Quantcast

Comment out some legacy code that was causing issues with materials being checked.

John Pasula [01-25-11 - 18:37]
Comment out some legacy code that was causing issues with materials being checked.
Filename
core.lua
diff --git a/core.lua b/core.lua
index 563d278..a9d0611 100644
--- a/core.lua
+++ b/core.lua
@@ -1659,9 +1659,9 @@ do
 				TradeSkillFrame.filterTbl.hasSkillUp = false
 				TradeSkillOnlyShowSkillUps(false)
 			end
-			UIDropDownMenu_Initialize(TradeSkillFilterDropDown, TradeSkillInvSlotDropDown_Initialize)
-			UIDropDownMenu_SetSelectedID(TradeSkillFilterDropDown, 1)
-			SetTradeSkillInvSlotFilter(0, 1, 1)
+			--UIDropDownMenu_Initialize(TradeSkillFilterDropDown, TradeSkillInvSlotDropDown_Initialize)
+			--UIDropDownMenu_SetSelectedID(TradeSkillFilterDropDown, 1)
+			--SetTradeSkillInvSlotFilter(0, 1, 1)
 			TradeSkillUpdateFilterBar()
 			TradeSkillFrame_Update()