aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-09-23 08:26:10 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-09-23 08:26:10 +0200
commit143d1521bc3a5ff02e071e0c771aeb5f74e49db8 (patch)
tree327383a0beea8fb58eecf3ffc4f4e6b91ff90707 /src
parentb0735ffc3ed655838de6d0d0eb6376cde92483d1 (diff)
downloadskyhanni-143d1521bc3a5ff02e071e0c771aeb5f74e49db8.tar.gz
skyhanni-143d1521bc3a5ff02e071e0c771aeb5f74e49db8.tar.bz2
skyhanni-143d1521bc3a5ff02e071e0c771aeb5f74e49db8.zip
added todo
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonFinderFeatures.kt1
1 files changed, 1 insertions, 0 deletions
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()) {