From 6786dda3b23d9af3878a6fb60651f24e0802af31 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Tue, 1 Oct 2024 23:49:38 +0200 Subject: [PATCH] chore: remove TODO: I have already added a check for the "need to kill wolf" step --- .../questhelper/helpers/quests/meatandgreet/MeatAndGreet.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/questhelper/helpers/quests/meatandgreet/MeatAndGreet.java b/src/main/java/com/questhelper/helpers/quests/meatandgreet/MeatAndGreet.java index c088ac9203..8dfb531384 100644 --- a/src/main/java/com/questhelper/helpers/quests/meatandgreet/MeatAndGreet.java +++ b/src/main/java/com/questhelper/helpers/quests/meatandgreet/MeatAndGreet.java @@ -221,7 +221,6 @@ public void setupSteps() var enterWolfDenAndKillTheDireWolfAlpha = new ConditionalStep(this, headWestAndEnterTheDungeon); // enterWolfDenAndKillTheDireWolfAlpha killDireWolfAlpha = new NpcStep(this, NpcID.DIRE_WOLF_ALPHA, "Kill the Dire Wolf Alpha. Use Protect from Melee to avoid most damage. His pups deal ranged damage.", combatGear, food); - // TODO: Add check for "need to kill wolf" // killed wolf: 11184 2->3 var needToKillWolf = new VarbitRequirement(11184, 2); var exitWolfDen = new ObjectStep(this, ObjectID.CAVE_54691, new WorldPoint(1488, 9502, 1), "Exit the wolf den, then head back to Alba in the farmhouse west of Civitas illa Fortis.");