from retail
This commit is contained in:
@@ -2696,7 +2696,9 @@ function BuffTrigger.GetTriggerConditions(data, triggernum)
|
||||
}
|
||||
end
|
||||
|
||||
if not IsGroupTrigger(trigger) and trigger.matchesShowOn == "showAlways" then
|
||||
if not IsGroupTrigger(trigger) and trigger.matchesShowOn == "showAlways"
|
||||
or IsGroupTrigger(trigger) and trigger.showClones and trigger.unit ~= "multi" and trigger.combinePerUnit
|
||||
then
|
||||
result["buffed"] = {
|
||||
display = L["Aura(s) Found"],
|
||||
type = "bool",
|
||||
|
||||
Reference in New Issue
Block a user