Files
wow_Meta/api/GuildSetLeader.lua
2025-05-04 14:35:26 +02:00

6 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