Developers,
Problem:
There is a discrepancy with the data received from API requests.
Details:
Player Achievements 'max_series' 'jointVictory' does not equal the sum of all the max_series 'jointVictory' of each tank provided.
Case:
Please use any player account_id. Here are the following request URLs I used to locate the discrepancy.
Player Achievements
https://api.wotblitz...emo&account_id=
actual result: max_series jointVictory is 12334
Vehicle Achievements
https://api.wotblitz...emo&account_id=
actual result: the sum of all tanks max_series jointVictory is 6468
It is my assumption that these two should reflect the same since there is no other way to receive jointVictory other than with a vehicle.
Edited by _NSFW, 16 June 2018 - 10:16 AM.