Skip to content

Commit

Permalink
2.6.0 supports Raid T17
Browse files Browse the repository at this point in the history
  • Loading branch information
9-9-9-9 committed Nov 13, 2021
1 parent 7993597 commit 257ddcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>bh.bot</groupId>
<artifactId>99bot</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/bh/bot/common/types/UserConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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?)";
}
Expand Down

0 comments on commit 257ddcd

Please sign in to comment.