summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
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/features
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/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/combat/ghostcounter/textformatting/BestiaryFormattingConfig.java2
1 files changed, 1 insertions, 1 deletions
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" +