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: Wins Should Not Be Higher Than Played #265

Closed Skillz4Killz closed 7 years ago

Skillz4Killz commented 7 years ago

There are hundreds of players who report that their Wins is higher than their Played. This leads to a lot of problems when trying to calculate number of games lost, win rate and many other issues. The fact is Wins CANNOT be higher than Played

IGN: Cdw849 Region: EU

Relevent To Issue

{
played: 572,
wins: 642,
 }

Player Object

{ elo_earned_season_4: 0,
elo_earned_season_5: 753.409662444039,
elo_earned_season_6: 1088.5247873184278,
elo_earned_season_7: 1349.403975530395,
karmaLevel: 1,
level: 29,
lifetimeGold: 15275.875,
lossStreak: 0,
played: 572,
played_ranked: 86,
skillTier: 13,
winStreak: 0,
wins: 642,
xp: 143933 }
ghost commented 7 years ago

153

svperfecta commented 7 years ago

Got to the bottom of this with 2.8. Here's the ticket that fixes it.

290