RiotGames / developer-relations

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

[DOCS][BUG] New queue ID `490` "Quickplay" missing in `queues.json` #846

Closed MingweiSamuel closed 11 months ago

MingweiSamuel commented 11 months ago

queues.json

Example match ID: JP1_418075990 https://asia.api.riotgames.com/lol/match/v5/matches/JP1_418075990

{
    "info": {
        "gameCreation": 1700053544674,
        "gameDuration": 1690,
        "gameEndTimestamp": 1700055256572,
        "gameId": 418075990,
        "gameMode": "CLASSIC",
        "gameName": "teambuilder-match-418075990",
        "gameStartTimestamp": 1700053566498,
        "gameType": "MATCHED_GAME",
        "gameVersion": "13.22.541.9804",
        "mapId": 11
        "queueId": 490,
        ...
    },
    ...
}

According to https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/queues.json queue 490 is "Normal (Quickplay)"

tisbells commented 11 months ago

Hey, this should be added now. Please let me know if it still seems to be missing

MingweiSamuel commented 11 months ago

Nice thank you!