Skip to content

Commit 00645df

Browse files
committed
Retail: Ignore undiscovered currencies when caching currency data for character
1 parent 9a02fec commit 00645df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tracking/CurrencyCache.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function SyndicatorCurrencyCacheMixin:ScanAllCurrencies()
104104
table.insert(toCollapse, index)
105105
C_CurrencyInfo.ExpandCurrencyList(index, true)
106106
end
107-
else
107+
elseif info.discovered then
108108
local link = C_CurrencyInfo.GetCurrencyListLink(index)
109109
if link ~= nil then
110110
local currencyID = C_CurrencyInfo.GetCurrencyIDFromLink(link)

0 commit comments

Comments
 (0)