Skip to content

Commit

Permalink
Aura: Tweak "Blizzard debuffs, group" filter
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Jan 14, 2020
1 parent 75805bc commit a61e6b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Modules/Aura/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1686,11 +1686,11 @@ PitBull4_Aura:SetDefaults({
display_when = "debuff",
},
['!Q'] = {
--- CompactUnitFrame_UtilShouldDisplayDebuff
--- CompactUnitFrame_Util_ShouldDisplayDebuff
display_name = L["Blizzard debuffs, group"],
filter_type = 'Meta',
filters = {'@Z','@Y','@I'},
operators = {'|~','&'},
filters = {'@Z','@Y'},
operators = {'|~'},
built_in = true,
display_when = "debuff",
},
Expand Down

0 comments on commit a61e6b5

Please sign in to comment.