From 257ddcd7f65491d0f84d21acd7a37ce853e7b4e8 Mon Sep 17 00:00:00 2001 From: 9-9-9-9 <9-9-9-9> Date: Sun, 14 Nov 2021 02:00:50 +0700 Subject: [PATCH] 2.6.0 supports Raid T17 --- pom.xml | 2 +- src/main/java/bh/bot/common/types/UserConfig.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a2ad90df..464c607b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 bh.bot 99bot - 2.5.0 + 2.6.0 diff --git a/src/main/java/bh/bot/common/types/UserConfig.java b/src/main/java/bh/bot/common/types/UserConfig.java index 84eae098..a148367a 100644 --- a/src/main/java/bh/bot/common/types/UserConfig.java +++ b/src/main/java/bh/bot/common/types/UserConfig.java @@ -15,7 +15,7 @@ public class UserConfig { public static final byte modeHeroic = 3; private static final byte raidLevelMin = 1; - private static final byte raidLevelMax = 13; + private static final byte raidLevelMax = 14; private static final byte worldBossLevelMin = 1; private static final byte worldBossLevelMax = 8; private static final byte expeditionPlaceMin = 1; @@ -169,7 +169,7 @@ public static String getWorldBossLevelDesc(int level) { case 7: return "The Ignited Abyss"; case 8: - return "The Wolf's Deception (T13-T16)"; + return "The Wolf's Deception (T13-T17)"; default: return "Unknown (T?-T?)"; }