mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
Wrong collector ID
This commit is contained in:
parent
a5e6bf6896
commit
e9d2d48459
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue