Skip to content

Commit

Permalink
Update EnumPromoType.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nicho92 authored Jan 22, 2025
1 parent 3feb9fb commit 6ae682b
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 @@ -31,6 +31,7 @@ public enum EnumPromoType implements MTGEnumeration{
@SerializedName(alternate = "duels", value = "DUELS") DUELS,
@SerializedName(alternate = "embossed", value = "EMBOSSED") EMBOSSED,
@SerializedName(alternate = "event", value = "EVENT") EVENT,
@SerializedName(alternate = "firstplacefoil", value = "FIRSTPLACEFOIL") FIRSTPLACEFOIL,
@SerializedName(alternate = "fnm", value = "FNM") FNM,
@SerializedName(alternate = "fracturefoil", value = "FRACTUREFOIL") FRACTUREFOIL,
@SerializedName(alternate = "galaxyfoil", value = "GALAXYFOIL") GALAXYFOIL,
Expand Down

0 comments on commit 6ae682b

Please sign in to comment.