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

7 lines
308 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return number cost
---Returns the cost to purchase 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 GetGuildCharterCost() end