remove some tooltip source lines

This commit is contained in:
Spit
2026-08-14 13:31:17 +03:00
parent e783939c9e
commit cb49ff182c
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ local lastItemID, lastSourceStr
local function ExtendTooltip(tooltip)
if AtlasLootCharDB.ShowSource then
local itemID = tonumber(tooltip.itemID)
if itemID and itemID ~= 51217 then -- 51217 Fashion Coin
if itemID then
if itemID ~= lastItemID then
lastItemID = itemID
lastSourceStr = nil