mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +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: {
|
830: {
|
||||||
type: 'Bot',
|
type: 'Bot',
|
||||||
name: 'Co-op vs. AI (Intro)',
|
name: 'Co-op vs. AI (Intro)',
|
||||||
|
notes: 'Deprecated in March 2024 in favor of queueId 870',
|
||||||
},
|
},
|
||||||
840: {
|
840: {
|
||||||
type: 'Bot',
|
type: 'Bot',
|
||||||
name: 'Co-op vs. AI (Beginner)',
|
name: 'Co-op vs. AI (Beginner)',
|
||||||
|
notes: 'Deprecated in March 2024 in favor of queueId 880',
|
||||||
},
|
},
|
||||||
850: {
|
850: {
|
||||||
type: 'Bot',
|
type: 'Bot',
|
||||||
name: 'Co-op vs. AI (Intermediate)',
|
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: {
|
920: {
|
||||||
type: 'Normal',
|
type: 'Normal',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue