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

5 lines
303 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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