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

Feature: Expose played_casual, remove played #290

Closed svperfecta closed 7 years ago

svperfecta commented 7 years ago

The played number has been wrong for a long time. It represents played_casual + played_ranked and doesn't include other modes. Rather that have this continually be wrong (new modes, etc.) lets just expose each mode and folks can add em up.

To Do:

cklugewicz commented 7 years ago

That's actually what some (if not all) of us have been asking for since 2.4 ... just saying

svperfecta commented 7 years ago

@cklugewicz Let's keep it positive. It's been correct since 2.4, just misunderstood.

casual = played - ranked played = casual + blitz + aral + ranked

svperfecta commented 7 years ago

Done!