mirror of
https://github.com/correl/mage.git
synced 2025-04-10 17:00:08 -09:00
Fixed Anticipate FNMP collector number.
This commit is contained in:
parent
c6eff03339
commit
1489957b40
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class Anticipate extends mage.sets.dragonsoftarkir.Anticipate {
|
|||
|
||||
public Anticipate(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 186;
|
||||
this.cardNumber = 187;
|
||||
this.expansionSetCode = "FNMP";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue