aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Braun <julianbraun6@gmail.com>2021-04-06 00:59:07 +0200
committerJulian Braun <julianbraun6@gmail.com>2021-04-06 00:59:07 +0200
commit76edb1383443febce58a62e04113d782494cca67 (patch)
treeb62eb1d998e058d924d83fa01c952a981cede48b
parentac921e7f125b6d8f252a78c7aa666e0df74d5b1e (diff)
downloadSkyblocker-76edb1383443febce58a62e04113d782494cca67.tar.gz
Skyblocker-76edb1383443febce58a62e04113d782494cca67.tar.bz2
Skyblocker-76edb1383443febce58a62e04113d782494cca67.zip
fix for new spider den
-rw-r--r--src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/DungeonPuzzles.java2
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"});