mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: unknown gamemode urf
This commit is contained in:
parent
3a3fed15ef
commit
7051e017ae
1 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,10 @@ export const gameModes = {
|
|||
1400: {
|
||||
type: 'Normal',
|
||||
name: 'Ultimate Spellbook'
|
||||
},
|
||||
1900: {
|
||||
type: 'Normal',
|
||||
name: 'URF',
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue