Skip to content

Commit

Permalink
2.9.0 supports R15 for T18 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
9-9-9-9 authored Apr 5, 2022
1 parent 9878d2b commit ee8b2e7
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.8.6</version>
<version>2.9.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 = 14;
private static final byte raidLevelMax = 15;
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-T17)";
return "The Wolf's Deception (T13-T18)";
default:
return "Unknown (T?-T?)";
}
Expand Down

0 comments on commit ee8b2e7

Please sign in to comment.