From ac8f535d4a85b090624e1225d0ce3ece06cf6411 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Tue, 28 Apr 2015 16:28:22 +0400 Subject: [PATCH] hmmmmmmm? --- 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 ca19908..e4bbbd2 100644 --- a/ElvUI_SLE/modules/sledatatexts/currency.lua +++ b/ElvUI_SLE/modules/sledatatexts/currency.lua @@ -152,7 +152,8 @@ local function GetCurrency(CurrencyTable, Text) if id == 390 then discovered = UnitLevel('player') >= SHOW_CONQUEST_LEVEL RightString = format('%s %s | %s %s / %s', L['Current:'], amount, L['Weekly:'], week, weekmax) - elseif maxed <= 4000 and maxed > 0 then + -- elseif maxed <= 4000 and maxed > 0 then + elseif maxed > 0 then RightString = format('%s / %s', amount, maxed) end -- 1.7.9.5