mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
feat: add nexus blitz gamemode
This commit is contained in:
parent
6638d8b6b9
commit
35b978cd68
1 changed files with 4 additions and 0 deletions
|
|
@ -68,5 +68,9 @@ export const gameModes = {
|
||||||
1020: {
|
1020: {
|
||||||
type: 'Normal',
|
type: 'Normal',
|
||||||
name: 'One for All'
|
name: 'One for All'
|
||||||
|
},
|
||||||
|
1300: {
|
||||||
|
type: 'Normal',
|
||||||
|
name: 'Nexus Blitz'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue