git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
e3bfc6a - Add nameplate functionality if it is needed later, no users now
[wowui.git]
/
OmaUF
/
Events.lua
diff --git
a/OmaUF/Events.lua
b/OmaUF/Events.lua
index
28b8672
..
dc44905
100644
(file)
--- a/
OmaUF/Events.lua
+++ b/
OmaUF/Events.lua
@@
-22,7
+22,7
@@
local UnitIsTapDenied, UnitSelectionColor = UnitIsTapDenied, UnitSelectionColor;
local GetRaidTargetIndex, SetRaidTargetIconTexture = GetRaidTargetIndex, SetRaidTargetIconTexture;
local RAID_CLASS_COLORS = RAID_CLASS_COLORS;
local GetRaidTargetIndex, SetRaidTargetIconTexture = GetRaidTargetIndex, SetRaidTargetIconTexture;
local RAID_CLASS_COLORS = RAID_CLASS_COLORS;
-local updateAura
Frame
s = OmaUFAuras.UpdateAuras;
+local updateAuras = OmaUFAuras.UpdateAuras;
local Settings = OmaUFSettings;
local baseColor = Settings.BaseColor;
local Settings = OmaUFSettings;
local baseColor = Settings.BaseColor;
@@
-171,11
+171,6
@@
local function updateShield(frame, unit)
end
M.UpdateShield = updateShield;
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
local function updateAggro(frame, unit)
local status = UnitThreatSituation(unit);
if status and status > 0 then