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(),
AnagramClue.builder()
.text("DEKAGRAM")
.npc("Dark mage")
.location(new WorldPoint(3039, 4835, 0))
.npc("Dark Mage")
.location(new WorldPoint(3039, 4834, 0))
.area("Centre of the Abyss")
.question("How many rifts are found here in the abyss?")
.answer("13")