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

6 lines
268 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