From e762755695c2a186a5d9e91c092d16a2607bbf4c Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Mon, 24 May 2010 23:29:35 -0500 Subject: [PATCH] Typo/error fix --- WeightsWatcher.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeightsWatcher.lua b/WeightsWatcher.lua index 2cbe294..4506cf6 100644 --- a/WeightsWatcher.lua +++ b/WeightsWatcher.lua @@ -728,7 +728,7 @@ function WeightsWatcher.displayItemStats(tooltip, ttname) if not ww_vars.options.tooltip.hideHints then if showWeights then - if not ww_vars.options.tooltip.hideHints and #(sockets) > 0 then + if not ww_vars.options.tooltip.hideHints and #(bareItemInfo.sockets) > 0 then if not showIdealWeights then if ww_vars.options.tooltip.showIdealWeights ~= "Never" then tooltip:AddLine("") -- 1.7.9.5