fixed Ixalan booster count

This commit is contained in:
Evan Kranzler 2017-09-21 14:11:11 -04:00
parent 9384bf8df4
commit fe23e227a6

View file

@ -27,7 +27,7 @@ public class Ixalan extends ExpansionSet {
this.hasBoosters = true; this.hasBoosters = true;
this.hasBasicLands = true; this.hasBasicLands = true;
this.numBoosterLands = 1; this.numBoosterLands = 1;
this.numBoosterCommon = 11; this.numBoosterCommon = 10;
this.numBoosterUncommon = 3; this.numBoosterUncommon = 3;
this.numBoosterRare = 1; this.numBoosterRare = 1;
this.ratioBoosterMythic = 8; this.ratioBoosterMythic = 8;