From 3dff086e6608c07a3f9f2e1c668683c4dcfc61d8 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 27 Aug 2016 11:26:50 +0300 Subject: [PATCH] this too --- ElvUI_SLE/modules/unitframes/unitframes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/modules/unitframes/unitframes.lua b/ElvUI_SLE/modules/unitframes/unitframes.lua index 08e2646..4681207 100644 --- a/ElvUI_SLE/modules/unitframes/unitframes.lua +++ b/ElvUI_SLE/modules/unitframes/unitframes.lua @@ -1,6 +1,6 @@ local SLE, T, E, L, V, P, G = unpack(select(2, ...)) local UF = E:GetModule('UnitFrames'); -local SUF = SLE:NewModule("UnitFrames") +local SUF = SLE:NewModule("UnitFrames", "AceEvent-3.0") local RC = LibStub("LibRangeCheck-2.0") --GLOBALS: hooksecurefunc, CreateFrame local _G = _G @@ -158,7 +158,7 @@ function SUF:Initialize() SUF:InitStatus() function SUF:ForUpdateAll() - UF:UpdateAllHeaders() + SUF:SetRoleIcons() if E.private.sle.unitframe.statusbarTextures.power then SUF:BuildStatusTable() end end end -- 1.7.9.5