From 76edb1383443febce58a62e04113d782494cca67 Mon Sep 17 00:00:00 2001 From: Julian Braun Date: Tue, 6 Apr 2021 00:59:07 +0200 Subject: fix for new spider den --- .../java/me/xmrvizzy/skyblocker/skyblock/dungeon/DungeonPuzzles.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/me/xmrvizzy') 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"}); -- cgit