X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/66faadbf3b25d28e4a41306ccaa6284c9eb20d5e..c39801df4486661ba42940fa59d24536e27131a1:/kehys/updater.lua diff --git a/kehys/updater.lua b/kehys/updater.lua index 5114d5f..f881ff7 100644 --- a/kehys/updater.lua +++ b/kehys/updater.lua @@ -126,7 +126,7 @@ function addon.FrameUpdate(frame) frame.healpred:Hide(); end -- auras - if updateAuras(frame, unit) then + if frame.alert and next(frame.alert) then -- major if frame.overlay.color ~= majorcolor then frame.overlay:SetVertexColor(unpack(majorcolor));