Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
odtheking committed Nov 11, 2024
2 parents afb886d + 27f78d8 commit 1b6d8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/me/odinmain/commands/impl/OdinCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ private val floors = mapOf(
)

private val tiers = mapOf(
'1' to "none", '2' to "hot", '3' to "burning", '4' to "fiery", '5' to "infernal"
'1' to "normal", '2' to "hot", '3' to "burning", '4' to "fiery", '5' to "infernal"
)

0 comments on commit 1b6d8b9

Please sign in to comment.