diff --git a/main.js b/main.js index 0031ffe..8e1b0aa 100644 --- a/main.js +++ b/main.js @@ -19,10 +19,10 @@ fetch(datablase + "allTeams").then(function(response) { // Filter all teams to just the ones in the game const divisionNames = [ // Update whenever Blaseball divisions change - "Wild Low", - "Wild High", - "Mild Low", - "Mild High" + "Vault", + "Hall", + "Horizon", + "Desert" ] let teamIDs = [] divisions.forEach(function(division) {