This commit is contained in:
Spit
2024-12-17 15:19:46 +03:00
parent 712519abf1
commit 0282c19601
2 changed files with 9 additions and 6 deletions
+4 -1
View File
@@ -134,7 +134,10 @@ end
local lastItemID, lastSourceStr, lastDropRate
function AtlasLootTip.extendTooltip(tooltip, tooltipTypeStr)
if AtlasLootCharDB.ShowSource ~= true then return end
if AtlasLootCharDB.ShowSource ~= true or IsShiftKeyDown() then
return
end
local originalTooltip = {}
local itemName = getglobal(tooltipTypeStr .. "TextLeft1"):GetText()
local line2 = getglobal(tooltipTypeStr .. "TextLeft2")