mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
[H1R] changed set from RMH1 to H1R (fixes #7903)
This commit is contained in:
parent
ff2d96fcb2
commit
df6acb697d
2 changed files with 2 additions and 2 deletions
|
@ -500,7 +500,7 @@ public class ScryfallImageSupportCards {
|
||||||
add("STA"); // Strixhaven Mystical Archive
|
add("STA"); // Strixhaven Mystical Archive
|
||||||
add("C21"); // Commander 2021 Edition
|
add("C21"); // Commander 2021 Edition
|
||||||
add("MH2"); // Modern Horizons 2
|
add("MH2"); // Modern Horizons 2
|
||||||
add("RMH1"); // Modern Horizons 1 Timeshifts
|
add("H1R"); // Modern Horizons 1 Timeshifts
|
||||||
add("AFR"); // Adventures in the Forgotten Realms
|
add("AFR"); // Adventures in the Forgotten Realms
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -16,7 +16,7 @@ public final class ModernHorizons1Timeshifts extends ExpansionSet {
|
||||||
}
|
}
|
||||||
|
|
||||||
private ModernHorizons1Timeshifts() {
|
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.hasBasicLands = false;
|
||||||
this.hasBoosters = false;
|
this.hasBoosters = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue