Skip to content

Commit

Permalink
clues: Update Aldarin easy clue solution
Browse files Browse the repository at this point in the history
Add nearby fairy ring to the solution for the Aldarin easy clue step
  • Loading branch information
Infinitay authored Nov 24, 2024
1 parent b4a16d0 commit 130ca33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ public class CrypticClue extends ClueScroll implements NpcClueScroll, ObjectClue
CrypticClue.builder()
.text("Dig outside the bank on Aldarin.")
.location(new WorldPoint(1390, 2926, 0))
.solution("Dig outside the bank on Aldarin.")
.solution("Dig outside the bank on Aldarin. Fairy ring CKQ.")
.build()
);

Expand Down

0 comments on commit 130ca33

Please sign in to comment.