UnitFrames/Auras: re-invert filters
This commit is contained in:
parent
12411b0e41
commit
df1d3e72d7
2 changed files with 4 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue