git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
156861c - Non-raid unit frame fixes
[wowui.git]
/
kehys
/
frame.lua
diff --git
a/kehys/frame.lua
b/kehys/frame.lua
index
84a8c2d
..
4f1615f
100644
(file)
--- a/
kehys/frame.lua
+++ b/
kehys/frame.lua
@@
-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()