Files
wow-weakauras/Meta/api/CanGuildPromote.lua
2024-11-07 23:12:37 +01:00

5 lines
272 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