From 4787a23a550c5edb7cf59aea82e33c22284f8fb0 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Tue, 11 Aug 2015 18:24:25 +0400 Subject: [PATCH] To avoid errors --- ElvUI_SLE/modules/unitframes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ElvUI_SLE/modules/unitframes.lua b/ElvUI_SLE/modules/unitframes.lua index f889cb2..90d040d 100644 --- a/ElvUI_SLE/modules/unitframes.lua +++ b/ElvUI_SLE/modules/unitframes.lua @@ -226,6 +226,7 @@ AddTags() --Player Frame Enhancements function UF:Update_CombatIndicator() local CombatText = ElvUF_Player.Combat + if E.db.sle.combatico.pos == "NONE" then E.db.sle.combatico.pos = "TOP" end local x, y = UF:GetPositionOffset(E.db.sle.combatico.pos) CombatText:ClearAllPoints() CombatText:Point(E.db.sle.combatico.pos, ElvUF_Player.Health, E.db.sle.combatico.pos, x, x) -- 1.7.9.5