aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-18 19:45:44 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-18 19:45:44 +0100
commitcb7247a2e67795c2378b54411f6d5b164148878f (patch)
treea6da5c9645035d63044695313a25e7c516ff6f0e
parent11f178474f38b6ed0c8a26d18095c622c41b03ea (diff)
downloadSkyHanni-cb7247a2e67795c2378b54411f6d5b164148878f.tar.gz
SkyHanni-cb7247a2e67795c2378b54411f6d5b164148878f.tar.bz2
SkyHanni-cb7247a2e67795c2378b54411f6d5b164148878f.zip
Fixed damage indicator for M3 Professor bug. (Thanks hypixel)
-rw-r--r--CHANGELOG.md1
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/damageindicator/MobFinder.kt2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fcf7d231..414144b35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
### Fixes
+ Fixed steaming hot flounder in custom trophy fish counter.
+ Fixed hide powder gain message from chests in crystal hollows. (thanks hypixel)
++ Fixed damage indicator for M3 Professor bug. (Thanks hypixel)
## Version 0.14
diff --git a/src/main/java/at/hannibal2/skyhanni/features/damageindicator/MobFinder.kt b/src/main/java/at/hannibal2/skyhanni/features/damageindicator/MobFinder.kt
index 4ce145b96..8a1380d59 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/damageindicator/MobFinder.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/damageindicator/MobFinder.kt
@@ -426,7 +426,7 @@ class MobFinder {
floor3GuardianShield = false
}
- "§c[BOSS] The Professor§r§f: Oh? You found my Guardians one weakness?" -> {
+ "§c[BOSS] The Professor§r§f: Oh? You found my Guardians' one weakness?" -> {
floor3Professor = true
floor3ProfessorSpawnTime = System.currentTimeMillis() + 10_300
}