156861c - Non-raid unit frame fixes
[wowui.git] / kehys / frame.lua
index 84a8c2d..4f1615f 100644 (file)
@@ -57,6 +57,7 @@ function addon.NewRaidFrame(parent, width, height, unit, attributes,
     f.buff1 = {}; -- custom buff indicator 1
     f.buff2 = {}; -- custom buff indicator 2
     f.incoming = {}; -- incoming ability indicator
+    f.raid = true;
     f.rounds = 0;
     -- set up periodic updates
     updaters[f] = function()