-WHOOPS tiny bug where the tooltip would blink like mad.
Xruptor [07-07-10 - 16:32]
-WHOOPS tiny bug where the tooltip would blink like mad.
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