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(),
|
.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")
|
||||||
|
|||||||
Reference in New Issue
Block a user