diff --git a/client/src/data/data.js b/client/src/data/data.js index a68061f..21a7c94 100644 --- a/client/src/data/data.js +++ b/client/src/data/data.js @@ -80,6 +80,10 @@ export const gameModes = { 1400: { type: 'Normal', name: 'Ultimate Spellbook' + }, + 1900: { + type: 'Normal', + name: 'URF', } }