Typo/error fix
Kevin Lyles [05-25-10 - 04:29]
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("<Press " .. ww_vars.options.tooltip.showIdealWeights .. " to show ideally-gemmed weights>")