[H1R] changed set from RMH1 to H1R (fixes #7903)

This commit is contained in:
Evan Kranzler 2021-06-12 18:50:55 -04:00
parent ff2d96fcb2
commit df6acb697d
2 changed files with 2 additions and 2 deletions

View file

@ -500,7 +500,7 @@ public class ScryfallImageSupportCards {
add("STA"); // Strixhaven Mystical Archive
add("C21"); // Commander 2021 Edition
add("MH2"); // Modern Horizons 2
add("RMH1"); // Modern Horizons 1 Timeshifts
add("H1R"); // Modern Horizons 1 Timeshifts
add("AFR"); // Adventures in the Forgotten Realms
}
};

View file

@ -16,7 +16,7 @@ public final class ModernHorizons1Timeshifts extends ExpansionSet {
}
private ModernHorizons1Timeshifts() {
super("Modern Horizons 1 Timeshifts", "RMH1", ExpansionSet.buildDate(2021, 6, 11), SetType.SUPPLEMENTAL);
super("Modern Horizons 1 Timeshifts", "H1R", ExpansionSet.buildDate(2021, 6, 11), SetType.SUPPLEMENTAL);
this.hasBasicLands = false;
this.hasBoosters = false;