diff --git a/WeakAuras/Types.lua b/WeakAuras/Types.lua index 025cc07..02979cd 100644 --- a/WeakAuras/Types.lua +++ b/WeakAuras/Types.lua @@ -1569,8 +1569,12 @@ function Private.ExecEnv.GetTotalCountCurrencies(currencyID) end local function InitializeCurrencies() - if Private.discovered_currencies and next(Private.discovered_currencies) then - return + if Private.discovered_currencies then + for key in pairs(Private.discovered_currencies) do + if key ~= "member" then + return + end + end end Private.discovered_currencies = {} Private.discovered_currencies_sorted = {}