From 5e5c7b33f2adef17599419e84070bc311f5d85f1 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Sun, 29 Nov 2015 12:00:07 +0100 Subject: [PATCH] Ignore Garrision Hearthstone --- BagSync.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BagSync.lua b/BagSync.lua index 35deb60..2ed5b1b 100644 --- a/BagSync.lua +++ b/BagSync.lua @@ -864,7 +864,7 @@ local function AddItemToTooltip(frame, link) --workaround end --ignore the hearthstone and blacklisted items - if itemLink and tonumber(itemLink) and (tonumber(itemLink) == 6948 or BS_BL[tonumber(itemLink)]) then + if itemLink and tonumber(itemLink) and (tonumber(itemLink) == 6948 or tonumber(itemLink) == 110560 or BS_BL[tonumber(itemLink)]) then frame:Show() return end -- 1.7.9.5