diff --git a/Mage.Sets/src/mage/sets/JourneyIntoNyx.java b/Mage.Sets/src/mage/sets/JourneyIntoNyx.java index c5252356ea3..3568fe1a984 100644 --- a/Mage.Sets/src/mage/sets/JourneyIntoNyx.java +++ b/Mage.Sets/src/mage/sets/JourneyIntoNyx.java @@ -51,9 +51,9 @@ public class JourneyIntoNyx extends ExpansionSet { this.hasBasicLands = false; this.hasBoosters = true; this.numBoosterLands = 0; - this.numBoosterCommon = 11; - this.numBoosterUncommon = 3; - this.numBoosterRare = 1; + this.numBoosterCommon = 3; + this.numBoosterUncommon = 6; + this.numBoosterRare = 6; this.ratioBoosterMythic = 8; }