Files
wow_Meta/api/GuildSetLeader.lua
2024-12-16 13:13:08 +01:00

5 lines
259 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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