From 59f3c8374495a55d526ff3f230c071eef7e7c29a Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Wed, 20 Jul 2016 13:10:32 +0200 Subject: [PATCH] Ignore Dalaran Hearthstone --- BagSync.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BagSync.lua b/BagSync.lua index 1a45d1c..83d97f5 100644 --- a/BagSync.lua +++ b/BagSync.lua @@ -866,7 +866,7 @@ local function AddItemToTooltip(frame, link) --workaround end --ignore the hearthstone and blacklisted items - if itemLink and tonumber(itemLink) and (tonumber(itemLink) == 6948 or tonumber(itemLink) == 110560 or BS_BL[tonumber(itemLink)]) then + if itemLink and tonumber(itemLink) and (tonumber(itemLink) == 6948 or tonumber(itemLink) == 110560 or tonumber(itemLink) == 140192 or BS_BL[tonumber(itemLink)]) then frame:Show() return end -- 1.7.9.5