7 lines
199 B
Lua
7 lines
199 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param index number
|
|
---@param asGroup boolean
|
|
---Joins the queue for a battleground instance
|
|
function JoinBattlefield(index, asGroup) end
|