197ec73 - Tidy up OmaRF files
[wowui.git] / OmaUF / Auras.lua
index 95ef2c6..3af6ac5 100644 (file)
@@ -89,6 +89,7 @@ function M.UpdateAuras(frame, unit)
         while true do
             _, _, icon, count, _, duration, expires, caster, _, _, id = UnitAura(unit, i, filter);
             if not id or not auras[pos] then break end
+            -- aura filter self-applied, player-applied, list of important auras TODO
             local aura = auras[pos];
             aura.icon:SetTexture(icon);
             aura.index = i;