From 7aa7bc1703c1de1ba0af928a0eeda3d9b37171e1 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Tue, 20 Sep 2016 07:47:01 -0400 Subject: [PATCH] Small nil bug fix for SetQuestLogItem --- BagSync.lua | 2 +- BagSync.toc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BagSync.lua b/BagSync.lua index 5867fee..8ae13e7 100644 --- a/BagSync.lua +++ b/BagSync.lua @@ -1229,7 +1229,7 @@ function BSYC:HookTooltip(tooltip) local link = GetQuestLogItemLink(itemType, index) if link and ParseItemLink(link) then self.isModified = true - AddItemToTooltip(self, link) + BSYC:AddItemToTooltip(self, link) end end) hooksecurefunc(tooltip, "SetQuestItem", function(self, itemType, index) diff --git a/BagSync.toc b/BagSync.toc index a41fb58..4ab8adc 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: 10.1 +## Version: 10.2 ## OptionalDeps: tekDebug ## SavedVariables: BagSyncDB, BagSyncOpt, BagSyncGUILD_DB, BagSyncCURRENCY_DB, BagSyncPROFESSION_DB, BagSyncBLACKLIST_DB, BagSync_REALMKEY -- 1.7.9.5