plugins: Rename Sedridor to Archmage Sedridor

March 23 2022 update changed his name.
This commit is contained in:
Jordan Atwood
2022-04-07 09:02:43 -07:00
parent 478f2fb126
commit 71d1eb9995
2 changed files with 2 additions and 2 deletions

View File

@@ -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(),

View File

@@ -158,7 +158,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"