remove some tooltip source lines
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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%)",
|
||||
|
||||
Reference in New Issue
Block a user