From c8756fd0cc30f85483bf8a575fe38be6b6b03c7f Mon Sep 17 00:00:00 2001 From: ackis Date: Tue, 2 Jun 2009 02:55:07 +0000 Subject: [PATCH] Remove skillet api calls. --- AckisRecipeList.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() -- 1.7.9.5