Wrong collector ID

This commit is contained in:
spjspj 2016-09-19 00:49:21 +10:00
parent a5e6bf6896
commit e9d2d48459

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Forest1 extends mage.cards.basiclands.Forest {
public Forest1(UUID ownerId) {
super(ownerId, 261);
super(ownerId, 264);
this.expansionSetCode = "KLD";
}