diff --git a/Core/Tooltip.lua b/Core/Tooltip.lua index dd755b7..91cd384 100644 --- a/Core/Tooltip.lua +++ b/Core/Tooltip.lua @@ -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 diff --git a/Database/TooltipStrings.lua b/Database/TooltipStrings.lua index e3995ef..0588c49 100644 --- a/Database/TooltipStrings.lua +++ b/Database/TooltipStrings.lua @@ -5364,7 +5364,6 @@ AtlasLoot_Data["AtlasLootSources"] = { [51046] = AL["Hateforge Quarry"].." - "..AL["Har'gesh Doomcaller"].." (25%)", [51047] = AL["Hateforge Quarry"].." - "..AL["Har'gesh Doomcaller"].." (25%)", [51048] = AL["Hateforge Quarry"].." - "..AL["Har'gesh Doomcaller"].." (25%)", - [51217] = AL["Stormwind Vault"].." - "..AL["Black Bride"].." (5%)", [51249] = AL["Feast of Winter Veil"], [51252] = AL["Wardens of Time"].." - "..AL["Exalted"], [51256] = AL["Tailoring"].." ("..AL["Skill:"].." 75+)", @@ -6911,7 +6910,6 @@ AtlasLoot_Data["AtlasLootSources"] = { [41569] = AL["Dragonmaw Retreat"].." - "..AL["Web Master Torkon"].." (20%)", [41570] = AL["Dragonmaw Retreat"].." - "..AL["Web Master Torkon"].." (20%)", [41874] = AL["Dragonmaw Retreat"].." - "..AL["Web Master Torkon"].." (100%)", - [30040] = AL["Dragonmaw Retreat"].." - "..AL["Web Master Torkon"].." (2.5%)", [41578] = AL["Dragonmaw Retreat"].." - "..AL["Garlok Flamekeeper"].." (25%)", [41579] = AL["Dragonmaw Retreat"].." - "..AL["Garlok Flamekeeper"].." (25%)", [41580] = AL["Dragonmaw Retreat"].." - "..AL["Garlok Flamekeeper"].." (25%)",