Files
wow_Meta/api/RequestPVPRewards.lua
2024-12-16 13:13:08 +01:00

4 lines
300 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Requests informations about Conquest Point cap from the server. The text is not returned immediately; the PVP_REWARDS_UPDATE event fires when text is available for retrieval by the GetPVPRewards() function.
function RequestPVPRewards() end