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

6 lines
289 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param guildName string
---Purchases a guild charter. Usable if the player is interacting with a guild registrar (i.e. between the GUILD_REGISTRAR_SHOW and GUILD_REGISTRAR_CLOSED events).
function BuyGuildCharter(guildName) end