mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[CMR] fixed a test failure
This commit is contained in:
parent
b4c0a504b5
commit
25913e8eee
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
private CommanderLegends() {
|
||||
super("Commander Legends", "CMR", ExpansionSet.buildDate(2020, 11, 1), SetType.SUPPLEMENTAL);
|
||||
this.blockName = "Commander Legends";
|
||||
this.hasBasicLands = false;
|
||||
this.hasBasicLands = true;
|
||||
this.hasBoosters = true;
|
||||
this.numBoosterLands = 1;
|
||||
this.numBoosterCommon = 11;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue