From 90c878df582c92095a70c9984e499faf50b376e9 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Wed, 7 Jul 2010 12:11:38 -0400 Subject: [PATCH] -Code update --- BagSync.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BagSync.lua b/BagSync.lua index 6a342aa..83462d0 100644 --- a/BagSync.lua +++ b/BagSync.lua @@ -1064,7 +1064,7 @@ end local function HookTip(tooltip) tooltip:HookScript('OnTooltipSetItem', function(self, ...) - local itemLink = select(2, self:GetItem()) + local _, itemLink = self:GetItem() if itemLink and GetItemInfo(itemLink) then local itemName = GetItemInfo(itemLink) if BagSyncOpt.enableThrottle then -- 1.7.9.5