From c8cc3187111ac389a8c262befc2857fca58c9e35 Mon Sep 17 00:00:00 2001 From: Darth Predator Date: Sun, 18 Jun 2017 17:37:57 +0300 Subject: [PATCH] I fucked up pvp timer --- ElvUI_SLE/modules/unitframes/pvpIcon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/unitframes/pvpIcon.lua b/ElvUI_SLE/modules/unitframes/pvpIcon.lua index c3f0e96..30cd035 100644 --- a/ElvUI_SLE/modules/unitframes/pvpIcon.lua +++ b/ElvUI_SLE/modules/unitframes/pvpIcon.lua @@ -18,7 +18,7 @@ end function SUF:Configure_PVPIcon(frame) local PvP = frame.PvPIndicator if not PvP.text then return end - local iconEnabled = frame:IsElementEnabled('PvP') + local iconEnabled = frame:IsElementEnabled('PvPIndicator') if iconEnabled and E.db.sle.unitframes.unit.player.pvpIconText.enable then PvP.text:Show() -- 1.7.9.5