diff options
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/DungeonPuzzles.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/DungeonPuzzles.java b/src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/DungeonPuzzles.java index ff03f385..49276a6e 100644 --- a/src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/DungeonPuzzles.java +++ b/src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/DungeonPuzzles.java @@ -64,7 +64,7 @@ public class DungeonPuzzles { solutions.put("What is the status of Storm?", new String[]{"Elementalist"}); solutions.put("What is the status of Necron?", new String[]{"Wither Lord"}); solutions.put("How many total Fairy Souls are there?", new String[]{"220 Fairy Souls"}); - solutions.put("How many Fairy Souls are there in Spider's Den?", new String[]{"17 Fairy Souls"}); + solutions.put("How many Fairy Souls are there in Spider's Den?", new String[]{"19 Fairy Souls"}); solutions.put("How many Fairy Souls are there in The End?", new String[]{"12 Fairy Souls"}); solutions.put("How many Fairy Souls are there in The Barn?", new String[]{"7 Fairy Souls"}); solutions.put("How many Fairy Souls are there in Mushroom Desert?", new String[]{"8 Fairy Souls"}); |