We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a02fec commit 00645dfCopy full SHA for 00645df
Tracking/CurrencyCache.lua
@@ -104,7 +104,7 @@ function SyndicatorCurrencyCacheMixin:ScanAllCurrencies()
104
table.insert(toCollapse, index)
105
C_CurrencyInfo.ExpandCurrencyList(index, true)
106
end
107
- else
+ elseif info.discovered then
108
local link = C_CurrencyInfo.GetCurrencyListLink(index)
109
if link ~= nil then
110
local currencyID = C_CurrencyInfo.GetCurrencyIDFromLink(link)
0 commit comments