From f431bc9216ca49cf5ec9172bbd7d6df48204d35e Mon Sep 17 00:00:00 2001 From: Darthpred Date: Mon, 1 Dec 2014 12:28:04 +0400 Subject: [PATCH] damn you --- ElvUI_SLE/modules/sledatatexts/currency.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/sledatatexts/currency.lua b/ElvUI_SLE/modules/sledatatexts/currency.lua index 1cdf806..7b4bf9f 100644 --- a/ElvUI_SLE/modules/sledatatexts/currency.lua +++ b/ElvUI_SLE/modules/sledatatexts/currency.lua @@ -23,7 +23,7 @@ local DungeonRaid = { 776, 752, 697, 738, 615, 614, 395, 396 } local PvPPoints = { 390, 392, 391 } local MiscellaneousCurrency = { 241, 416, 515, 777, 823, 824 } -local Faction = UnitFactionGroup('player') +local _, Faction = UnitFactionGroup('player') local HordeColor = RAID_CLASS_COLORS['DEATHKNIGHT'] local AllianceColor = RAID_CLASS_COLORS['SHAMAN'] -- 1.7.9.5