Merge pull request #14839 from Nightfirecat/archmage-sedridor

This commit is contained in:
Jordan
2022-04-09 04:28:14 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -701,7 +701,7 @@ public class AnagramClue extends ClueScroll implements TextClueScroll, NpcClueSc
.build(), .build(),
AnagramClue.builder() AnagramClue.builder()
.text("DISORDER") .text("DISORDER")
.npc("Sedridor") .npc("Archmage Sedridor")
.location(new WorldPoint(3102, 9570, 0)) .location(new WorldPoint(3102, 9570, 0))
.area("Wizards' Tower basement") .area("Wizards' Tower basement")
.build(), .build(),
@@ -160,7 +160,7 @@ public class MenuEntrySwapperPlugin extends Plugin
private static final Set<String> ESSENCE_MINE_NPCS = ImmutableSet.of( private static final Set<String> ESSENCE_MINE_NPCS = ImmutableSet.of(
"aubury", "aubury",
"sedridor", "archmage sedridor",
"wizard distentor", "wizard distentor",
"wizard cromperty", "wizard cromperty",
"brimstail" "brimstail"