3f0366d - Add a secondary alert color, high healing needed
[wowui.git] / kehys / frame.lua
index 535899c..252b971 100644 (file)
@@ -50,6 +50,7 @@ function addon.NewRaidFrame(parent, width, height, unit, attributes,
     f.vehicle = unit == "player" and "vehicle" or format("%spet", unit);
     f.prev = {} -- values stored from previous update
     f.alert = {}; -- alerting auras
     f.vehicle = unit == "player" and "vehicle" or format("%spet", unit);
     f.prev = {} -- values stored from previous update
     f.alert = {}; -- alerting auras
+    f.heal = {}; -- high healing auras
     -- set up periodic updates
     updaters[f] = function()
         if f.updating then
     -- set up periodic updates
     updaters[f] = function()
         if f.updating then