SuperEvilMegacorp / vainglory-assets

Community provided art, schemas, and other assets that make using the Vainglory API easier
https://developer.vainglorygame.com
MIT License
54 stars 40 forks source link

[Bug] Lifetime Gold #204

Closed svperfecta closed 7 years ago

svperfecta commented 7 years ago

I think this has come up several times, but player.lifetimeGold is actually match.goldEarned.

We should fix this and coordinate with everyone.

schneefux commented 7 years ago

Duplicate of #56, which is flagged as duplicate of #141

It is fixed already, compare participant.attributes.stats.gold (13434.9970703125) with player.attributes.stats.lifetimeGold (13434.9970703125)

curl -g "https://api.dc01.gamelockerapp.com/shards/na/matches?sort=-createdAt&page[limit]=1" -H "Authorization: Bearer $APIKEY" -H "X-TITLE-ID: semc-vainglory" -H "Accept: application/vnd.api+json"