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