diff --git a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/GathererSets.java b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/GathererSets.java index 85f8d11c84..b7ffabb8c0 100644 --- a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/GathererSets.java +++ b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/GathererSets.java @@ -243,7 +243,7 @@ public class GathererSets implements Iterable { } } - // 4. info: sets with missing cards for boosters (todo: what about +20 number for alternative land arts?) + // 4. info: sets with missing cards for boosters if (set.getMaxCardNumberInBooster() != Integer.MAX_VALUE) { for (ExpansionSet.SetCardInfo card : set.getSetCardInfo()) { if (card.getCardNumberAsInt() > set.getMaxCardNumberInBooster()) {