Fixed wrong card number of Ubul-Sar Gatekeeper.

This commit is contained in:
LevelX2 2013-04-27 18:57:43 +02:00
parent 51f3033455
commit 8b81e39d62

View file

@ -63,7 +63,7 @@ public class UbulSarGatekeepers extends CardImpl<UbulSarGatekeepers> {
}
public UbulSarGatekeepers (UUID ownerId) {
super(ownerId, 29, "Ubul Sar Gatekeepers", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{B}");
super(ownerId, 30, "Ubul Sar Gatekeepers", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{B}");
this.expansionSetCode = "DGM";
this.subtype.add("Zombie");
this.subtype.add("Soldier");