6 lines
268 B
Lua
6 lines
268 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil canPromote
|
|
---Returns whether the player is allowed to promote other guild members. The player may promote other members only up to the rank below his or her own.
|
|
function CanGuildPromote() end
|