mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
feat: add one for all gamemode
This commit is contained in:
parent
b30349acc9
commit
a819a86400
1 changed files with 4 additions and 0 deletions
|
|
@ -64,5 +64,9 @@ export const gameModes = {
|
||||||
920: {
|
920: {
|
||||||
type: 'Normal',
|
type: 'Normal',
|
||||||
name: 'PORO KING',
|
name: 'PORO KING',
|
||||||
|
},
|
||||||
|
1020: {
|
||||||
|
type: 'Normal',
|
||||||
|
name: 'One for All'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue