Skip to content

Commit

Permalink
adjust World Boss description
Browse files Browse the repository at this point in the history
  • Loading branch information
9-9-9-9 committed Oct 30, 2022
1 parent 6e37c6a commit ea54631
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.10.0</version>
<version>2.10.1</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 @@ -167,9 +167,9 @@ public static String getWorldBossLevelDesc(int level) {
case 6:
return "Titans Attack! (T11-T16)";
case 7:
return "The Ignited Abyss (T13-T16)";
return "The Ignited Abyss (T13-T18)";
case 8:
return "Nordic Dream (T16-T18)";
return "Nordic Dream (T16-T19)";
case 9:
return "Notorious Beef (T18-T19)";
default:
Expand Down

0 comments on commit ea54631

Please sign in to comment.