X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/e90f2ac0721c80f251ba1a019e98f0a183a245c6..330739114047596de17fabf5182c25b065ebde39:/OmaRF/Events.lua?ds=sidebyside 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;