diff --git a/Mage.Sets/src/mage/sets/gatecrash/LordOfTheVoid.java b/Mage.Sets/src/mage/sets/gatecrash/LordOfTheVoid.java index e759f0b7977..34272018eef 100644 --- a/Mage.Sets/src/mage/sets/gatecrash/LordOfTheVoid.java +++ b/Mage.Sets/src/mage/sets/gatecrash/LordOfTheVoid.java @@ -54,7 +54,7 @@ import mage.target.TargetCard; public class LordOfTheVoid extends CardImpl { public LordOfTheVoid(UUID ownerId) { - super(ownerId, 74, "Lord of the Void", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{4}{B}{B}{B}"); + super(ownerId, 71, "Lord of the Void", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{4}{B}{B}{B}"); this.expansionSetCode = "GTC"; this.subtype.add("Demon"); diff --git a/Mage.Sets/src/mage/sets/gatecrash/SepulchralPrimordial.java b/Mage.Sets/src/mage/sets/gatecrash/SepulchralPrimordial.java index c990e55b06e..69b48f2d814 100644 --- a/Mage.Sets/src/mage/sets/gatecrash/SepulchralPrimordial.java +++ b/Mage.Sets/src/mage/sets/gatecrash/SepulchralPrimordial.java @@ -55,7 +55,7 @@ import mage.target.common.TargetCardInOpponentsGraveyard; public class SepulchralPrimordial extends CardImpl { public SepulchralPrimordial(UUID ownerId) { - super(ownerId, 79, "Sepulchral Primordial", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{5}{B}{B}"); + super(ownerId, 75, "Sepulchral Primordial", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{5}{B}{B}"); this.expansionSetCode = "GTC"; this.subtype.add("Avatar"); diff --git a/Mage.Sets/src/mage/sets/gatecrash/UndercityPlague.java b/Mage.Sets/src/mage/sets/gatecrash/UndercityPlague.java index 556bc761b42..8709d549aa4 100644 --- a/Mage.Sets/src/mage/sets/gatecrash/UndercityPlague.java +++ b/Mage.Sets/src/mage/sets/gatecrash/UndercityPlague.java @@ -45,7 +45,7 @@ import mage.target.TargetPlayer; public class UndercityPlague extends CardImpl { public UndercityPlague(UUID ownerId) { - super(ownerId, 82, "Undercity Plague", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{4}{B}{B}"); + super(ownerId, 83, "Undercity Plague", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{4}{B}{B}"); this.expansionSetCode = "GTC"; this.color.setBlack(true);