Skip to content

Commit

Permalink
Update alias for Big Fish to Hazeel (#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamish-Dickson authored Nov 18, 2024
1 parent e87c8a1 commit 55ab725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class AskAboutRitual extends NpcStep
public AskAboutRitual(QuestHelper questHelper)
{
super(questHelper, NpcID.BIG_FISH, new WorldPoint(2880, 3946, 0),
"Talk to Big Fish (General Khazard) at the north entrance to Weiss again.");
"Talk to Big Fish (Hazeel) at the north entrance to Weiss again.");
}

@Subscribe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ public void setupSteps()
"Talk to Big Fish at the north entrance to Weiss.");
talkToTroll = new AskAboutRitual(this);
talkToTrollFinish = new NpcStep(this, NpcID.BIG_FISH, new WorldPoint(2880, 3946, 0),
"Talk to Big Fish (General Khazard) at the north entrance to Weiss again.");
"Talk to Big Fish (Hazeel) at the north entrance to Weiss again.");
talkToTrollFinish.addDialogSteps("Okay, I'm done asking questions. What now?", "I'm done asking questions. What now?");
talkToTroll.addSubSteps(talkToTrollFinish);
talkToSnowflake = new NpcStep(this, NpcID.SNOWFLAKE, new WorldPoint(2872, 3934, 0),
Expand Down

0 comments on commit 55ab725

Please sign in to comment.