clues: Fix capitalization for Dark Mage anagram
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user