From fe23e227a6e36f3a6ebe0b4518c93f7f3f3f8d71 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Thu, 21 Sep 2017 14:11:11 -0400 Subject: [PATCH] fixed Ixalan booster count --- Mage.Sets/src/mage/sets/Ixalan.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/Ixalan.java b/Mage.Sets/src/mage/sets/Ixalan.java index d75998cc279..03a3a249106 100644 --- a/Mage.Sets/src/mage/sets/Ixalan.java +++ b/Mage.Sets/src/mage/sets/Ixalan.java @@ -27,7 +27,7 @@ public class Ixalan extends ExpansionSet { this.hasBoosters = true; this.hasBasicLands = true; this.numBoosterLands = 1; - this.numBoosterCommon = 11; + this.numBoosterCommon = 10; this.numBoosterUncommon = 3; this.numBoosterRare = 1; this.ratioBoosterMythic = 8;