Skip to content

Commit 76edb13

Browse files
committed
fix for new spider den
1 parent ac921e7 commit 76edb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/DungeonPuzzles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static void trivia(String message, CallbackInfo ci){
6464
solutions.put("What is the status of Storm?", new String[]{"Elementalist"});
6565
solutions.put("What is the status of Necron?", new String[]{"Wither Lord"});
6666
solutions.put("How many total Fairy Souls are there?", new String[]{"220 Fairy Souls"});
67-
solutions.put("How many Fairy Souls are there in Spider's Den?", new String[]{"17 Fairy Souls"});
67+
solutions.put("How many Fairy Souls are there in Spider's Den?", new String[]{"19 Fairy Souls"});
6868
solutions.put("How many Fairy Souls are there in The End?", new String[]{"12 Fairy Souls"});
6969
solutions.put("How many Fairy Souls are there in The Barn?", new String[]{"7 Fairy Souls"});
7070
solutions.put("How many Fairy Souls are there in Mushroom Desert?", new String[]{"8 Fairy Souls"});

0 commit comments

Comments
 (0)