Skip to content

Commit

Permalink
Be a bit more precise, man
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostopheles committed Jun 18, 2024
1 parent df4d7d6 commit 522f473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Datamine/Modules/Tooltips/Tooltips.lua
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ function Tooltips.OnTooltipSetCurrency(tooltip)
end

if IsValid(currencyInfo.transferPercentage) then
local isTransferable = currencyInfo.transferPercentage > 0;
local isTransferable = currencyInfo.isAccountTransferable;
if Tooltips.ShouldShow("TooltipCurrencyShowTransferable") then
Tooltips.Append("Transferable", isTransferable);
end
Expand Down

0 comments on commit 522f473

Please sign in to comment.