mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fixed cid for a rtr card. RTR downloading is avaliable now.
This commit is contained in:
parent
63b066672b
commit
cd1b1e3614
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ import java.util.UUID;
|
|||
public class DeadbridgeGoliath extends CardImpl<DeadbridgeGoliath> {
|
||||
|
||||
public DeadbridgeGoliath(UUID ownerId) {
|
||||
super(ownerId, 1056, "Deadbridge Goliath", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{G}{G}");
|
||||
super(ownerId, 120, "Deadbridge Goliath", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{G}{G}");
|
||||
this.expansionSetCode = "RTR";
|
||||
this.subtype.add("Insect");
|
||||
|
||||
|
|
Loading…
Reference in a new issue