From 55ab7259a1f2313d5dd9dfd04143a7df840eca0d Mon Sep 17 00:00:00 2001 From: Hamish Dickson <38864213+Hamish-Dickson@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:40:34 +0000 Subject: [PATCH] Update alias for Big Fish to Hazeel (#1827) --- .../helpers/quests/secretsofthenorth/AskAboutRitual.java | 2 +- .../helpers/quests/secretsofthenorth/SecretsOfTheNorth.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/questhelper/helpers/quests/secretsofthenorth/AskAboutRitual.java b/src/main/java/com/questhelper/helpers/quests/secretsofthenorth/AskAboutRitual.java index 30a1a9779c..2c7029fa1b 100644 --- a/src/main/java/com/questhelper/helpers/quests/secretsofthenorth/AskAboutRitual.java +++ b/src/main/java/com/questhelper/helpers/quests/secretsofthenorth/AskAboutRitual.java @@ -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 diff --git a/src/main/java/com/questhelper/helpers/quests/secretsofthenorth/SecretsOfTheNorth.java b/src/main/java/com/questhelper/helpers/quests/secretsofthenorth/SecretsOfTheNorth.java index a77d9cc56a..9c22fce0ac 100644 --- a/src/main/java/com/questhelper/helpers/quests/secretsofthenorth/SecretsOfTheNorth.java +++ b/src/main/java/com/questhelper/helpers/quests/secretsofthenorth/SecretsOfTheNorth.java @@ -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),