Skip to content

Commit

Permalink
fix: unique runes get wrong lbin prices (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
TakoTheDev authored Sep 10, 2024
1 parent 30796d3 commit ddb3851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ object AuctionData {
}${"-SPLASH".toStringIfTrue(extraAttr.hasKey("splash"))}"
}

"RUNE" -> if (extraAttr.hasKey("runes")) {
"RUNE", "UNIQUE_RUNE" -> if (extraAttr.hasKey("runes")) {
val runes = extraAttr.getCompoundTag("runes")
val rune = runes.keySet.firstOrNull()
if (rune != null) {
Expand Down

0 comments on commit ddb3851

Please sign in to comment.