Files
wow_Meta/api/DemoteAssistant.lua
2025-05-04 14:35:26 +02:00

8 lines
239 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