From 143d1521bc3a5ff02e071e0c771aeb5f74e49db8 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:26:10 +0200 Subject: added todo --- .../java/at/hannibal2/skyhanni/features/dungeon/DungeonFinderFeatures.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonFinderFeatures.kt b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonFinderFeatures.kt index 508296d49..a710e4fd0 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonFinderFeatures.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonFinderFeatures.kt @@ -275,6 +275,7 @@ object DungeonFinderFeatures { if (!partyFinderTitlePattern.matches(inventoryName)) return map inInventory = true for ((slot, stack) in event.inventoryItems) { + // TODO use enum val classNames = mutableListOf("Healer", "Mage", "Berserk", "Archer", "Tank") val toolTip = stack.getLore().toMutableList() for ((index, line) in stack.getLore().withIndex()) { -- cgit