From b9cb9d467aa60541b05035905bb081cf4edec985 Mon Sep 17 00:00:00 2001 From: pschifferer Date: Tue, 24 Feb 2009 04:21:27 +0000 Subject: [PATCH] Commented out the potential count code temporarily. --- CauldronUtil.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CauldronUtil.lua b/CauldronUtil.lua index 68cd2a8..309e9b6 100644 --- a/CauldronUtil.lua +++ b/CauldronUtil.lua @@ -13,7 +13,7 @@ function Cauldron:GetPotentialCraftCount(skillInfo) self:debug("GetPotentialCraftCount enter"); local count = 0; - +--[[ -- iterate over the reagent list and find out how many can be made for each reagent count; -- the lowest value is the potential amount craftable for i,rinfo in ipairs(skillInfo.reagents) do @@ -26,7 +26,7 @@ function Cauldron:GetPotentialCraftCount(skillInfo) end self:debug("GetPotentialCraftCount exit"); - +--]] return count; end -- 1.7.9.5