From 7390ed6cc21d7d3ac9afcc12061cdf8273cc02c8 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Tue, 13 Oct 2009 19:58:02 -0500 Subject: [PATCH] Removed display of stats for suggested gems --- WeightsWatcher.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/WeightsWatcher.lua b/WeightsWatcher.lua index db2ff90..c6ad3b3 100644 --- a/WeightsWatcher.lua +++ b/WeightsWatcher.lua @@ -158,10 +158,6 @@ function WeightsWatcher:displayItemStats(tooltip, ttname) tooltip:AddDoubleLine(" " .. weight, string.format("%.3f", WeightsWatcher:calculateWeight(normalStats, socketBonusActive, socketBonusStat, gemStats, ww_vars.weightsList[class][weight]))) for _, stat in ipairs(gemStats) do tooltip:AddLine(" Using " .. stat[2] .. " (" .. stat[1] .. ")") - for _, stat in pairs(stat[4]) do - name, value = unpack(stat) - tooltip:AddDoubleLine(" " .. name, value) - end end end end -- 1.7.9.5