Skip to content

Commit 38ba310

Browse files
committed
Added alt ID for Sedridor in Enter the Abyss
1 parent 9e9bba7 commit 38ba310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/questhelper/helpers/quests/entertheabyss/EnterTheAbyss.java

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public void setupSteps()
146146
goDownInWizardsTower.addDialogStep("Wizard's Tower");
147147
talkToSedridor = new NpcStep(this, NpcID.ARCHMAGE_SEDRIDOR, new WorldPoint(3104, 9571, 0),
148148
"Teleport to the essence mine with Sedridor in the Wizard Tower's basement.", scryingOrb);
149+
((NpcStep) talkToSedridor).addAlternateNpcs(5034);
149150
talkToSedridor.addDialogStep("Can you teleport me to the Rune Essence Mine?");
150151
talkToSedridor.addSubSteps(goDownInWizardsTower);
151152

0 commit comments

Comments
 (0)