From f7d38297cd03ae1a6b4eefef564d923e2ade5101 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Thu, 27 May 2010 22:33:28 -0500 Subject: [PATCH] Added comparisons to everything that's not a ShoppingTooltip --- WeightsWatcher.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeightsWatcher.lua b/WeightsWatcher.lua index 84a8279..0e7c705 100644 --- a/WeightsWatcher.lua +++ b/WeightsWatcher.lua @@ -609,7 +609,7 @@ function WeightsWatcher.displayItemStats(tooltip, ttname) showIdealGemStats = keyDetectors[ww_vars.options.tooltip.showIdealGemStats]() showAlternateGems = keyDetectors[ww_vars.options.tooltip.showAlternateGems]() - if ttname == "GameTooltip" and ww_vars.options.tooltip.showDifferences then + if ttname ~= "ShoppingTooltip1" and ttname ~= "ShoppingTooltip2" and ww_vars.options.tooltip.showDifferences then local currentSlot, compareSlot, compareSlot2, currentSubslot, compareSubslot, compareSubslot2 currentSlot = bareItemInfo.nonStats["slot"] if currentSlot and currentSlot ~= 0 then -- 1.7.9.5