Skip to content

Commit

Permalink
fix copypasta error
Browse files Browse the repository at this point in the history
  • Loading branch information
jjholleman committed Dec 10, 2023
1 parent 0aa3b6a commit 7f9cfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeakAuras/Types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ end

Private.ExpandCurrencyList = function(index, expand)
if WeakAuras.IsRetail() then
return C_CurrencyInfo.GetCurrencyListLink(index, expand)
return C_CurrencyInfo.ExpandCurrencyList(index, expand)
end
if WeakAuras.IsWrathClassic() then
return ExpandCurrencyList(index, expand)
Expand Down

0 comments on commit 7f9cfac

Please sign in to comment.