Remove annoying invisible frame

This commit is contained in:
Logan Payton
2018-05-18 09:45:07 -04:00
parent 7e4cafae2e
commit 5b825bbaa3
4 changed files with 9 additions and 9 deletions
@@ -227,7 +227,7 @@ function UF:CheckFilter(name, caster, spellID, isFriend, isPlayer, isUnit, allow
end
function UF:AuraBarFilter(unit, name, _, _, _, debuffType, duration, _, unitCaster, isStealable, _, spellID)
if not self.db then return; end
if not self.db then return end
local db = self.db.aurabar
if not name then return nil end