hiddenaura

Returns if the target unit has the search spellID in their hidden aura tables

hiddenaura(search[, target]) : bool

Example

if hiddenaura(364827) and covenant() == Covenant.Venthyr then
return print('Has venthyr Unity legendary')
end