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

8 lines
251 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return number honorKills
---@return number honorPoints
---Returns the number of kills and honor points scored by the player on the previous day
function GetPVPYesterdayStats() end