From aee609a7d6712b9e7ece44a490f9fca77466e3df Mon Sep 17 00:00:00 2001 From: Xruptor Date: Wed, 7 Jul 2010 12:32:31 -0400 Subject: [PATCH] -WHOOPS tiny bug where the tooltip would blink like mad. --- BagSync.lua | 1 - BagSync.toc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/BagSync.lua b/BagSync.lua index 83462d0..28927ec 100644 --- a/BagSync.lua +++ b/BagSync.lua @@ -1077,7 +1077,6 @@ local function HookTip(tooltip) end if self:GetName() == "GameTooltip" and (GetTime() - self.BagSyncThrottle) >= 0.05 then AddOwners(self, itemLink) - self.BagSyncThrottle = GetTime() elseif self:GetName() ~= "GameTooltip" then AddOwners(self, itemLink) end diff --git a/BagSync.toc b/BagSync.toc index 65251b3..fe5deb6 100644 --- a/BagSync.toc +++ b/BagSync.toc @@ -2,7 +2,7 @@ ## Title: BagSync ## Notes: BagSync tracks your characters items and displays it within tooltips. ## Author: Xruptor -## Version: 3.8 +## Version: 3.8.1 ## SavedVariables: BagSyncDB, BagSyncOpt, BagSyncGUILD_DB, BagSyncTOKEN_DB localization\localization.lua -- 1.7.9.5