local GetRaidTargetIndex, SetRaidTargetIconTexture = GetRaidTargetIndex, SetRaidTargetIconTexture;
local RAID_CLASS_COLORS = RAID_CLASS_COLORS;
-local updateAuraFrames = OmaUFAuras.UpdateAuras;
+local updateAuras = OmaUFAuras.UpdateAuras;
local Settings = OmaUFSettings;
local baseColor = Settings.BaseColor;
end
M.UpdateShield = updateShield;
-local function updateAuras(frame, unit)
- updateAuraFrames(frame, unit);
-end
-M.UpdateAuras = updateAuras;
-
local function updateAggro(frame, unit)
local status = UnitThreatSituation(unit);
if status and status > 0 then
eventFuncs["UNIT_TARGETABLE_CHANGED"] = eventFuncs["UPDATE_ALL_BARS"];
function M.UnitEvent(self, event, arg1)
- eventFuncs[event](self, arg1);
+ return eventFuncs[event](self, arg1);
end