From df1d3e72d7e1da31865239d21ca9b01c953f591f Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Sat, 3 Jun 2023 03:52:21 -0700 Subject: [PATCH] UnitFrames/Auras: re-invert filters --- ElvUI/Modules/UnitFrames/Elements/AuraBars.lua | 3 --- ElvUI/Settings/Profile.lua | 8 ++++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/ElvUI/Modules/UnitFrames/Elements/AuraBars.lua b/ElvUI/Modules/UnitFrames/Elements/AuraBars.lua index 890f976..9d36b58 100644 --- a/ElvUI/Modules/UnitFrames/Elements/AuraBars.lua +++ b/ElvUI/Modules/UnitFrames/Elements/AuraBars.lua @@ -242,9 +242,6 @@ function UF:CheckFilter(name, caster, spellID, isFriend, isPlayer, isUnit, allow end end end - if allowDuration then - return true - end end function UF:AuraBarFilter(unit, name, _, _, _, debuffType, duration, _, unitCaster, isStealable, _, spellID) diff --git a/ElvUI/Settings/Profile.lua b/ElvUI/Settings/Profile.lua index 011f52b..db1780b 100644 --- a/ElvUI/Settings/Profile.lua +++ b/ElvUI/Settings/Profile.lua @@ -718,21 +718,21 @@ P.nameplates.units.FRIENDLY_PLAYER.buffs.priority = 'Blacklist,Dispellable,block P.nameplates.units.FRIENDLY_PLAYER.debuffs.anchorPoint = 'TOPRIGHT' P.nameplates.units.FRIENDLY_PLAYER.debuffs.growthDirection = 'LEFT_UP' P.nameplates.units.FRIENDLY_PLAYER.debuffs.yOffset = 35 -P.nameplates.units.FRIENDLY_PLAYER.debuffs.priority = 'Blacklist,Personal,blockNonPersonal,RaidDebuffs,CCDebuffs,Whitelist' +P.nameplates.units.FRIENDLY_PLAYER.debuffs.priority = 'Blacklist,Personal,RaidDebuffs,CCDebuffs,Whitelist' P.nameplates.units.ENEMY_PLAYER.buffs.priority = 'Blacklist,Dispellable,blockNoDuration,Personal,TurtleBuffs,PlayerBuffs' P.nameplates.units.ENEMY_PLAYER.buffs.maxDuration = 300 P.nameplates.units.ENEMY_PLAYER.debuffs.anchorPoint = 'TOPRIGHT' P.nameplates.units.ENEMY_PLAYER.debuffs.growthDirection = 'LEFT_UP' P.nameplates.units.ENEMY_PLAYER.debuffs.yOffset = 35 -P.nameplates.units.ENEMY_PLAYER.debuffs.priority = 'Blacklist,Personal,blockNonPersonal,RaidDebuffs,CCDebuffs,Whitelist' +P.nameplates.units.ENEMY_PLAYER.debuffs.priority = 'Blacklist,Personal,RaidDebuffs,CCDebuffs,Whitelist' P.nameplates.units.ENEMY_PLAYER.name.format = '[classcolor][name:abbrev:long]' P.nameplates.units.FRIENDLY_NPC.buffs.priority = 'Blacklist,Dispellable,blockNoDuration,Personal,TurtleBuffs,PlayerBuffs' P.nameplates.units.FRIENDLY_NPC.debuffs.anchorPoint = 'TOPRIGHT' P.nameplates.units.FRIENDLY_NPC.debuffs.growthDirection = 'LEFT_UP' P.nameplates.units.FRIENDLY_NPC.debuffs.yOffset = 35 -P.nameplates.units.FRIENDLY_NPC.debuffs.priority = 'Blacklist,Personal,blockNonPersonal,RaidDebuffs,CCDebuffs,Whitelist' +P.nameplates.units.FRIENDLY_NPC.debuffs.priority = 'Blacklist,Personal,RaidDebuffs,CCDebuffs,Whitelist' P.nameplates.units.FRIENDLY_NPC.level.format = '[difficultycolor][level][shortclassification]' P.nameplates.units.FRIENDLY_NPC.title.format = '[npctitle]' @@ -740,7 +740,7 @@ P.nameplates.units.ENEMY_NPC.buffs.priority = 'Blacklist,Dispellable,blockNoDura P.nameplates.units.ENEMY_NPC.debuffs.anchorPoint = 'TOPRIGHT' P.nameplates.units.ENEMY_NPC.debuffs.growthDirection = 'LEFT_UP' P.nameplates.units.ENEMY_NPC.debuffs.yOffset = 35 -P.nameplates.units.ENEMY_NPC.debuffs.priority = 'Blacklist,Personal,blockNonPersonal,RaidDebuffs,CCDebuffs,Whitelist' +P.nameplates.units.ENEMY_NPC.debuffs.priority = 'Blacklist,Personal,RaidDebuffs,CCDebuffs,Whitelist' P.nameplates.units.ENEMY_NPC.level.format = '[difficultycolor][level][shortclassification]' P.nameplates.units.ENEMY_NPC.title.format = '[npctitle]' P.nameplates.units.ENEMY_NPC.name.format = '[name]'