Quantcast

Remove skillet api calls.

ackis [06-02-09 - 02:55]
Remove skillet api calls.
Filename
AckisRecipeList.lua
diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua
index 30480b2..5364383 100644
--- a/AckisRecipeList.lua
+++ b/AckisRecipeList.lua
@@ -331,6 +331,7 @@ function addon:OnEnable()
 		}
 	end

+--[[
 	-- If we're using Skillet, use Skillet's API to work with getting tradeskills
 	if (Skillet) and (Skillet.GetNumTradeSkills) and
 	(Skillet.GetTradeSkillLine) and (Skillet.GetTradeSkillInfo) and
@@ -342,7 +343,7 @@ function addon:OnEnable()
 		GetTradeSkillRecipeLink = function(...) return Skillet:GetTradeSkillRecipeLink(...) end
 		ExpandTradeSkillSubClass = function(...) return Skillet:ExpandTradeSkillSubClass(...) end
 	end
-
+]]--
 	-- Populate the repuatation level
 	self:GetFactionLevels()