fix: unknown gamemode urf

This commit is contained in:
AJaquier 2022-10-12 21:28:28 +02:00
parent 3a3fed15ef
commit 7051e017ae
No known key found for this signature in database
GPG key ID: 3CE684F70DA3FC9C

View file

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