6 lines
221 B
Lua
6 lines
221 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---Converts a raid to a party. Only has effect if the player is in a raid of a maximum of 5 players and is the raid leader.
|
|
function ConvertToParty() end
|