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