From 87fe387b5cbb3ada5fc633f555870ac1cb361be7 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Fri, 16 Sep 2016 18:51:13 +0300 Subject: [PATCH] This should make currency that was just unhidden appear in tooltip without reloading --- ElvUI_SLE/modules/sledatatexts/currency.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/sledatatexts/currency.lua b/ElvUI_SLE/modules/sledatatexts/currency.lua index 7f574eb..4a60b04 100644 --- a/ElvUI_SLE/modules/sledatatexts/currency.lua +++ b/ElvUI_SLE/modules/sledatatexts/currency.lua @@ -116,7 +116,8 @@ end local HiddenCurrency = {} local function UnusedCheck() - if GetOption('Unused') then HiddenCurrency = {}; return end + -- if GetOption('Unused') then HiddenCurrency = {}; return end + T.twipe(HiddenCurrency) for i = 1, T.GetCurrencyListSize() do local name, _, _, isUnused = GetCurrencyListInfo(i) if isUnused then -- 1.7.9.5