Merge pull request #52 from AJaquier/master

fix: unknown gamemode urf
This commit is contained in:
Valentin Kaelin 2022-10-12 22:07:51 +02:00 committed by GitHub
commit 820ef1fc64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ export const gameModes = {
}, },
900: { 900: {
type: 'Normal', type: 'Normal',
name: 'URF', name: 'ARURF',
}, },
450: { 450: {
type: 'Normal', type: 'Normal',
@ -80,6 +80,10 @@ export const gameModes = {
1400: { 1400: {
type: 'Normal', type: 'Normal',
name: 'Ultimate Spellbook' name: 'Ultimate Spellbook'
},
1900: {
type: 'Normal',
name: 'URF',
} }
} }