clues: Fix capitalization for Dark Mage anagram

This commit is contained in:
Cyborger1
2022-05-10 14:59:57 -04:00
committed by GitHub
parent b5b19e0771
commit 82c2d61a14

View File

@@ -230,8 +230,8 @@ public class AnagramClue extends ClueScroll implements TextClueScroll, NpcClueSc
.build(), .build(),
AnagramClue.builder() AnagramClue.builder()
.text("DEKAGRAM") .text("DEKAGRAM")
.npc("Dark mage") .npc("Dark Mage")
.location(new WorldPoint(3039, 4835, 0)) .location(new WorldPoint(3039, 4834, 0))
.area("Centre of the Abyss") .area("Centre of the Abyss")
.question("How many rifts are found here in the abyss?") .question("How many rifts are found here in the abyss?")
.answer("13") .answer("13")