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

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