RiotGames / developer-relations

Riot Games Developer Ecosystem Bug Reporting
http://developer.riotgames.com
739 stars 44 forks source link

[BUG] Duplicated id in maps.json #555

Closed trialo96 closed 2 years ago

trialo96 commented 2 years ago

Problem Description
https://static.developer.riotgames.com/docs/lol/maps.json has duplicated mapId. (20 for Crash Site and 20 for Convergence)

Expected Result
Maybe, ... { "mapId": 20, "mapName": "Crash Site", "notes": "Odyssey: Extraction map" }, { "mapId": 21, "mapName": "Convergence", "notes": "Teamfight Tactics map" }, ...

Actual Result
... { "mapId": 20, "mapName": "Crash Site", "notes": "Odyssey: Extraction map" }, { "mapId": 20, "mapName": "Convergence", "notes": "Teamfight Tactics map" }, ...

Developer Impact
Cannot find exact map from map id

RiotTuxedo commented 2 years ago

Convergence is mapId 22. This has been updated.