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

8 lines
406 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return number hk
---@return number highestRank
---Returns the player's lifetime total of honorable kills and highest rank achieved. Highest rank achieved applies only to the older PvP rewards system that was abandoned with the WoW 2.0 patch, but is still accurate for players who participated in it.
function GetPVPLifetimeStats() end