diff options
author | Julienraptor01 <julienraptor01@gmail.com> | 2023-04-08 22:14:54 +0200 |
---|---|---|
committer | Julienraptor01 <julienraptor01@gmail.com> | 2023-04-08 22:15:04 +0200 |
commit | 02563e9af133fb92951e37ed9c54d9609c8597b4 (patch) | |
tree | 35f60ee3696a3144ded39d9bce16b1f2793fb930 | |
parent | 71df5972db63a032efe919d6620cc98054a90e4a (diff) | |
download | Skyblocker-02563e9af133fb92951e37ed9c54d9609c8597b4.tar.gz Skyblocker-02563e9af133fb92951e37ed9c54d9609c8597b4.tar.bz2 Skyblocker-02563e9af133fb92951e37ed9c54d9609c8597b4.zip |
fix official wiki again
-rw-r--r-- | src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java b/src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java index b7718cd1..1612badb 100644 --- a/src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java +++ b/src/main/java/me/xmrvizzy/skyblocker/skyblock/barn/TreasureHunter.java @@ -51,7 +51,7 @@ public class TreasureHunter extends ChatPatternListener { locations.put("I saw something near a farmer's cart, you should check it out", "155 90 -591"); locations.put("I remember there was a stone pillar made only of cobblestone in the oasis, could be something there", "122 66 -409"); locations.put("I thought I saw something near the smallest stone pillar in the oasis", "94 65 -455"); - locations.put("I found something by a mossy stone pillar in the oasis, you should taking a look", "179 93 -537"); + locations.put("I found something by a mossy stone pillar in the oasis, you should take a look", "179 93 -537"); locations.put("Down in the glowing Mushroom Cave, there was a weird looking mushroom, check it out", "182 44 -451"); locations.put("Something caught my eye by the red sand near the bridge over the gorge", "306 105 -489"); locations.put("I seem to recall seeing something near the well in the village", "170 77 -375"); |