X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/521041f750bcf5d25bbf7fcab475e47665cb748b..3f0366d356d49ec904023e68fae0ce2488bdfbc0:/kehys/frame.lua diff --git a/kehys/frame.lua b/kehys/frame.lua index 535899c..252b971 100644 --- a/kehys/frame.lua +++ b/kehys/frame.lua @@ -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.heal = {}; -- high healing auras -- set up periodic updates updaters[f] = function() if f.updating then