c39801d - Add simple red alert aura tracking
[wowui.git] / kehys / updater.lua
index 5114d5f..f881ff7 100644 (file)
@@ -126,7 +126,7 @@ function addon.FrameUpdate(frame)
             frame.healpred:Hide();
         end
         -- auras
             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));
             -- major
             if frame.overlay.color ~= majorcolor then
                 frame.overlay:SetVertexColor(unpack(majorcolor));