1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-04 17:00:13 -09:00

Fixed Anticipate FNMP collector number.

This commit is contained in:
fireshoes 2016-01-20 08:53:54 -06:00
parent c6eff03339
commit 1489957b40

View file

@ -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";
}