Promotes a raid member to raid assistant
See also Raid functions.
Signature:
PromoteToAssistant("unit")
or
PromoteToAssistant("name"
[,
exactMatch])
Arguments:
unit
- A unit in the raid (string
, unitID)name
- Name of a unit in the raid (string
)exactMatch
- True to check only units whose name exactly matches thename
given; false to allow partial matches (boolean
)