aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorLuna <me@lunya.dev>2024-09-18 09:27:05 +0200
committerGitHub <noreply@github.com>2024-09-18 09:27:05 +0200
commit50cbf42bbf7d05a50e6a2ec10f5936667f0ef6f1 (patch)
tree62a72b68286394ff261bcbb0b8a30dc5f6fd0edd /src/main/java/at/hannibal2/skyhanni/config
parenta7f0634426586c13500e5f8012e245d669053226 (diff)
downloadskyhanni-50cbf42bbf7d05a50e6a2ec10f5936667f0ef6f1.tar.gz
skyhanni-50cbf42bbf7d05a50e6a2ec10f5936667f0ef6f1.tar.bz2
skyhanni-50cbf42bbf7d05a50e6a2ec10f5936667f0ef6f1.zip
Fix: Update Ghost Bestiary Tiers (#2533)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/ConfigUpdaterMigrator.kt2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/combat/ghostcounter/textformatting/BestiaryFormattingConfig.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/ConfigUpdaterMigrator.kt b/src/main/java/at/hannibal2/skyhanni/config/ConfigUpdaterMigrator.kt
index c881cc578..8eb47d394 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/ConfigUpdaterMigrator.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/ConfigUpdaterMigrator.kt
@@ -12,7 +12,7 @@ import com.google.gson.JsonPrimitive
object ConfigUpdaterMigrator {
val logger = LorenzLogger("ConfigMigration")
- const val CONFIG_VERSION = 57
+ const val CONFIG_VERSION = 58
fun JsonElement.at(chain: List<String>, init: Boolean): JsonElement? {
if (chain.isEmpty()) return this
if (this !is JsonObject) return null
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/combat/ghostcounter/textformatting/BestiaryFormattingConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/combat/ghostcounter/textformatting/BestiaryFormattingConfig.java
index 46a02e9b2..ac9f6e0b2 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/combat/ghostcounter/textformatting/BestiaryFormattingConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/combat/ghostcounter/textformatting/BestiaryFormattingConfig.java
@@ -30,7 +30,7 @@ public class BestiaryFormattingConfig {
@ConfigOption(name = "Progress to Max", desc = "Text to show progress when the §eMaxed Bestiary §7option is §aON\n" +
"§e%currentKill% §7is replaced with your current total kill.")
@ConfigEditorText
- public String showMax_progress = "%currentKill%/250k (%percentNumber%%)";
+ public String showMax_progress = "%currentKill%/100k (%percentNumber%%)";
@Expose
@ConfigOption(name = "Progress", desc = "Text to show progress when the §eMaxed Bestiary §7option is §cOFF\n" +