mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 04:47:27 +00:00
fix: add new coop vs ia gamemodes
This commit is contained in:
parent
a6bf75487c
commit
5bd1c798e7
1 changed files with 15 additions and 0 deletions
|
|
@ -64,14 +64,29 @@ export const gameModes = {
|
|||
830: {
|
||||
type: 'Bot',
|
||||
name: 'Co-op vs. AI (Intro)',
|
||||
notes: 'Deprecated in March 2024 in favor of queueId 870',
|
||||
},
|
||||
840: {
|
||||
type: 'Bot',
|
||||
name: 'Co-op vs. AI (Beginner)',
|
||||
notes: 'Deprecated in March 2024 in favor of queueId 880',
|
||||
},
|
||||
850: {
|
||||
type: 'Bot',
|
||||
name: 'Co-op vs. AI (Intermediate)',
|
||||
notes: 'Deprecated in March 2024 in favor of queueId 890',
|
||||
},
|
||||
870: {
|
||||
type: 'Bot',
|
||||
name: 'Co-op vs. AI (Intro)',
|
||||
},
|
||||
880: {
|
||||
type: 'Bot',
|
||||
name: 'Co-op vs. AI (Beginner)',
|
||||
},
|
||||
890: {
|
||||
type: 'Bot',
|
||||
name: 'Co-op vs. AI (Intermediate)',
|
||||
},
|
||||
920: {
|
||||
type: 'Normal',
|
||||
|
|
|
|||
Loading…
Reference in a new issue