Skip to content

Commit

Permalink
Fix water-zoo challenge.
Browse files Browse the repository at this point in the history
(it's level was elite but added in advanced level)
  • Loading branch information
BONNe committed Sep 8, 2019
1 parent 902a199 commit 9d400fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -2447,7 +2447,7 @@
"repeatRewardCommands": []
},
{
"uniqueId": "netherkiller",
"uniqueId": "waterzoo",
"friendlyName": "Water Zoo",
"deployed": true,
"description": [
Expand All @@ -2460,7 +2460,7 @@
"NORMAL"
],
"removeWhenCompleted": false,
"level": "elite",
"level": "advanced",
"requirements": {
"class": "IslandRequirements",
"parameters": {
Expand Down Expand Up @@ -2663,7 +2663,7 @@
],
"challenges": [
"zoomaker",
"netherkiller",
"waterzoo",
"alchemist",
"goldage",
"advanced",
Expand Down

0 comments on commit 9d400fd

Please sign in to comment.