X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/08783ecf65f49a14ffc0c47265e488ca4efedb24..330739114047596de17fabf5182c25b065ebde39:/OmaRF/Events.lua diff --git a/OmaRF/Events.lua b/OmaRF/Events.lua index 762cb99..d54a1df 100644 --- a/OmaRF/Events.lua +++ b/OmaRF/Events.lua @@ -179,8 +179,8 @@ end M.UpdateHealAbsorb = updateHealAbsorb; local function updateAuras(frame, unit) - local alert = checkIndicators(frame, unit); - if alert then + updateAuras(frame, unit); -- this is throttled + if updateMajorAuras(frame, unit) then if frame.overlay.color ~= overlayColorAlert then frame.overlay:SetVertexColor(unpack(overlayColorAlert)); frame.overlay.color = overlayColorAlert;