Files
wow_Meta/api/GuildSetLeader.lua
2025-05-04 15:15:00 +02:00

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