Skip to content

Commit

Permalink
update promotypes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicol committed Oct 22, 2024
1 parent 35db3c9 commit 13d2619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/magic/api/beans/enums/EnumPromoType.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public enum EnumPromoType implements MTGEnumeration{
@SerializedName(alternate = "setextension", value = "SETEXTENSION") SETEXTENSION,
@SerializedName(alternate = "setpromo", value = "SETPROMO") SETPROMO,
@SerializedName(alternate = "silverfoil", value = "SILVERFOIL") SILVERFOIL,
@SerializedName(alternate = "sldbonus", value = "SLDBONUS") SLDBONUS,
@SerializedName(alternate = "stamped", value = "STAMPED") STAMPED,
@SerializedName(alternate = "starterdeck", value = "STARTERDECK") STARTERDECK,
@SerializedName(alternate = "stepandcompleat", value = "STEPANDCOMPLEAT") STEPANDCOMPLEAT,
Expand Down

0 comments on commit 13d2619

Please sign in to comment.