Files
wow-weakauras/Meta/api/StartDuel.lua
2024-11-07 23:12:37 +01:00

7 lines
225 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@param name string
---@param exactMatch boolean
---Challenges another player to a duel
function StartDuel(unit, name, exactMatch) end