5 lines
190 B
Lua
5 lines
190 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Initiates a ready check. Only has effect if the player is the party/raid leader or a raid assistant.
|
|
function DoReadyCheck() end
|