Files
wow_Meta/api/DemoteAssistant.lua
2024-12-16 13:13:08 +01:00

7 lines
241 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@param name string
---@param exactMatch boolean
---Demotes the given player from raid assistant status
function DemoteAssistant(unit, name, exactMatch) end