Quantcast

Ignore Dalaran Hearthstone

Hendrik Leppkes [07-20-16 - 11:10]
Ignore Dalaran Hearthstone
Filename
BagSync.lua
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