From 65e0f46b6ddbabd4e2d1c4f760cb7404935a94aa Mon Sep 17 00:00:00 2001 From: Alex <48756329+lnxd@users.noreply.github.com> Date: Fri, 29 Sep 2023 17:28:07 +1000 Subject: [PATCH] Fixed typo in TheGiantDwarf.java --- .../questhelper/helpers/quests/thegiantdwarf/TheGiantDwarf.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/questhelper/helpers/quests/thegiantdwarf/TheGiantDwarf.java b/src/main/java/com/questhelper/helpers/quests/thegiantdwarf/TheGiantDwarf.java index f5626b719f..c669190eba 100644 --- a/src/main/java/com/questhelper/helpers/quests/thegiantdwarf/TheGiantDwarf.java +++ b/src/main/java/com/questhelper/helpers/quests/thegiantdwarf/TheGiantDwarf.java @@ -432,7 +432,7 @@ public void setupSteps() "Go to the upper floor of the market."); talkToSecretary = new NpcStep(this, NpcID.BLUE_OPAL_SECRETARY, new WorldPoint(2869, 10205, 1), - "Keep talking to the same secretary and complete the tasks given. If you don't want to do one of the task, " + + "Keep talking to the same secretary and complete the tasks given. If you don't want to do one of the tasks, " + "just talk to them again for a different one."); //TODO: Add a way to check which company is chosen //((NpcStep) talkToSecretary).addAlternateNpcs(NpcID.PURPLE_PEWTER_SECRETARY, NpcID.GREEN_GEMSTONE_SECRETARY,