Ignore Garrision Hearthstone
Hendrik Leppkes [11-29-15 - 11:00]
Ignore Garrision Hearthstone
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