mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Fixed wrong collectors number of Phyrexian Colossus (had number of Phyrexian Processor).
This commit is contained in:
parent
2ca2caf9d5
commit
fed9607cde
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class PhyrexianColossus extends mage.sets.eighthedition.PhyrexianColossus
|
|||
|
||||
public PhyrexianColossus(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 306;
|
||||
this.cardNumber = 305;
|
||||
this.expansionSetCode = "USG";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue