aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorEmpa <42304516+ItsEmpa@users.noreply.github.com>2024-03-17 18:41:10 +0100
committerGitHub <noreply@github.com>2024-03-17 18:41:10 +0100
commit8fc46b4e838dcf0fda4b7a029ec147edbc2af4d3 (patch)
treeec9f433e3da0037b5f11059095c8e45b0d558ace /src/main
parent71dede983d1b6d0540529e3da629e8ccdadfeffe (diff)
downloadskyhanni-8fc46b4e838dcf0fda4b7a029ec147edbc2af4d3.tar.gz
skyhanni-8fc46b4e838dcf0fda4b7a029ec147edbc2af4d3.tar.bz2
skyhanni-8fc46b4e838dcf0fda4b7a029ec147edbc2af4d3.zip
Fix: Dungeon Complete Event not getting triggered on Entrance (#1202)
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonAPI.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonAPI.kt b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonAPI.kt
index 7b5afb875..7d10c0cf4 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonAPI.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonAPI.kt
@@ -55,7 +55,7 @@ class DungeonAPI {
private val dungeonComplete by patternGroup.pattern(
"complete",
- "§.\\s+§.§.(?:The|Master Mode) Catacombs §.§.- §.§.Floor (?<floor>M?[IV]{1,3}|Entrance)"
+ "§.\\s+§.§.(?:The|Master Mode) Catacombs §.§.- §.§.(?:Floor )?(?<floor>M?[IV]{1,3}|Entrance)"
)
fun inDungeon() = dungeonFloor != null