diff --git a/Mage.Sets/src/mage/sets/TheBrothersWar.java b/Mage.Sets/src/mage/sets/TheBrothersWar.java index d25ee44055..115964356e 100644 --- a/Mage.Sets/src/mage/sets/TheBrothersWar.java +++ b/Mage.Sets/src/mage/sets/TheBrothersWar.java @@ -26,8 +26,8 @@ public final class TheBrothersWar extends ExpansionSet { super("The Brothers' War", "BRO", ExpansionSet.buildDate(2022, 11, 18), SetType.EXPANSION); this.blockName = "The Brothers' War"; this.hasBoosters = true; - this.numBoosterLands = 1; - this.numBoosterCommon = 9; + this.numBoosterLands = 0; + this.numBoosterCommon = 10; // TODO: someone can make it so 1/4 of the time a common is replaced by a basic land in the future if they want to this.numBoosterUncommon = 3; this.numBoosterRare = 1; this.numBoosterSpecial = 1;