mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fixed wrong card number of Ubul-Sar Gatekeeper.
This commit is contained in:
parent
51f3033455
commit
8b81e39d62
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue