Skip to content

Commit

Permalink
Fix broken field rename compat for instrument "feel_goat_horn" (#11824)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulu13022002 authored Dec 25, 2024
1 parent 946314f commit 140577b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ public static PotionType valueOf_PotionType(String name) {
.change("PONDER", "PONDER_GOAT_HORN")
.change("SING", "SING_GOAT_HORN")
.change("SEEK", "SEEK_GOAT_HORN")
.change("FEEL", "FEEL_GOAT_HORN")
.change("ADMIRE", "ADMIRE_GOAT_HORN")
.change("CALL", "CALL_GOAT_HORN")
.change("YEARN", "YEARN_GOAT_HORN")
Expand Down

0 comments on commit 140577b

Please sign in to comment.