Update Tooltip.lua

This commit is contained in:
Spit
2025-05-27 15:56:15 +03:00
parent 529bcf15d5
commit a8fe41443e
+2 -1
View File
@@ -111,13 +111,14 @@ local function ExtendTooltip(tooltip)
end
if lastSourceStr then
AddSourceLine(tooltip, lastSourceStr)
tooltip:Show()
end
end
end
if tooltipMoney > 0 then
original_SetTooltipMoney(tooltip, tooltipMoney)
tooltip:Show()
end
tooltip:Show()
end
local lastSearchName