more changes to np

This commit is contained in:
NoM0Re
2024-06-30 19:24:25 +02:00
parent 5521af916a
commit 55939acfe0
7 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -812,7 +812,7 @@ local function GetBuffTriggerOptions(data, triggernum)
name = L["Ignore Self"],
order = 69.35,
width = WeakAuras.doubleWidth,
hidden = function() return not (trigger.type == "aura2" and (trigger.unit == "group" or trigger.unit == "raid" or trigger.unit == "party")) end
hidden = function() return not (trigger.type == "aura2" and (trigger.unit == "group" or trigger.unit == "raid" or trigger.unit == "party" or trigger.unit == "nameplate")) end
},
ignoreDead = {