7 lines
263 B
Lua
7 lines
263 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param unit string
|
|
---Promotes a raid member to raid assistant
|
|
---@overload fun(name: string, exactMatch: boolean)
|
|
---@overload fun(unit: string)
|
|
function PromoteToAssistant(unit, name, exactMatch) end |