UnitFrames/Auras: Fix aura filters and nameplate buff text

This commit is contained in:
andrew6180
2023-05-31 15:42:08 -07:00
parent cbaf9f0bb3
commit ed5c418576
3 changed files with 19 additions and 5 deletions
@@ -218,6 +218,8 @@ function UF:CheckFilter(name, caster, spellID, isFriend, isPlayer, isUnit, allow
return true, spell.priority -- this is the only difference from auarbars code
elseif filterType and (filterType == "Blacklist") and (spell and spell.enable) then
return false
elseif allowDuration then
return true
end
elseif filterName == "Personal" and isPlayer and allowDuration then
return true