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?)";
}