From 0782944c574fd7ce015b6c2a50f9bd1cb0522bf3 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Thu, 14 Oct 2010 19:59:22 -0400 Subject: [PATCH] -NOTE: This is a beta -Updated for 4.0 -Had to disable Tokens until I can fix them. --- BagSync.lua | 1 + BagSync.toc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/BagSync.lua b/BagSync.lua index 2854355..8aa89f1 100644 --- a/BagSync.lua +++ b/BagSync.lua @@ -943,6 +943,7 @@ end --display in currency window tooltip, this is from Blizzard_TokenUI hooksecurefunc("TokenFrame_Update", function() + if TokenFrameContainer.buttons == nil then return end local buttons = TokenFrameContainer.buttons for i = 1, #buttons do local button = buttons[i] diff --git a/BagSync.toc b/BagSync.toc index f7e29dd..2c61f04 100644 --- a/BagSync.toc +++ b/BagSync.toc @@ -1,8 +1,8 @@ -## Interface: 30300 +## Interface: 40000 ## Title: BagSync ## Notes: BagSync tracks your characters items and displays it within tooltips. ## Author: Xruptor -## Version: 4.3 +## Version: 5.0 ## SavedVariables: BagSyncDB, BagSyncOpt, BagSyncGUILD_DB, BagSyncTOKEN_DB localization\localization.lua -- 1.7.9.5