aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/skyblock/dungeon/puzzle
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2024-01-04 01:56:06 -0500
committerGitHub <noreply@github.com>2024-01-04 01:56:06 -0500
commitfa2836770669820857e11db5eea86df7c8bd64c3 (patch)
treed1f5ba0ae68997cb25babc31804dda07b25e710b /src/main/java/de/hysky/skyblocker/skyblock/dungeon/puzzle
parent4d8bc4a8e9ee3b9c0223796b27a82f56bac6c0a5 (diff)
downloadSkyblocker-fa2836770669820857e11db5eea86df7c8bd64c3.tar.gz
Skyblocker-fa2836770669820857e11db5eea86df7c8bd64c3.tar.bz2
Skyblocker-fa2836770669820857e11db5eea86df7c8bd64c3.zip
Fix broken quiz question (#474)
Diffstat (limited to 'src/main/java/de/hysky/skyblocker/skyblock/dungeon/puzzle')
-rw-r--r--src/main/java/de/hysky/skyblocker/skyblock/dungeon/puzzle/Trivia.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/hysky/skyblocker/skyblock/dungeon/puzzle/Trivia.java b/src/main/java/de/hysky/skyblocker/skyblock/dungeon/puzzle/Trivia.java
index 0f73457c..c331bd48 100644
--- a/src/main/java/de/hysky/skyblocker/skyblock/dungeon/puzzle/Trivia.java
+++ b/src/main/java/de/hysky/skyblocker/skyblock/dungeon/puzzle/Trivia.java
@@ -75,7 +75,7 @@ public class Trivia extends ChatPatternListener {
answers.put("What is the status of Goldor?", new String[]{"The Wither Lords"});
answers.put("What is the status of Storm?", new String[]{"The Wither Lords"});
answers.put("What is the status of Necron?", new String[]{"The Wither Lords"});
- answers.put("What is the status of Maxor, Storm, Goldor and Necron?", new String[]{"The Wither Lords"});
+ answers.put("What is the status of Maxor, Storm, Goldor, and Necron?", new String[]{"The Wither Lords"});
answers.put("Which brother is on the Spider's Den?", new String[]{"Rick"});
answers.put("What is the name of Rick's brother?", new String[]{"Pat"});
answers.put("What is the name of the Painter in the Hub?", new String[]{"Marco"});