7 lines
268 B
Lua
7 lines
268 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param name string
|
|
---Promotes a member to guild leader. Only works if the player is the guild leader and the named character is in the guild and currently online.
|
|
function GuildSetLeader(name) end
|