mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Shimmering Grotto cardNumber fix
This commit is contained in:
parent
1b7f94970f
commit
0e7851e164
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class ShimmeringGrotto extends mage.sets.lorwyn.ShimmeringGrotto {
|
||||||
|
|
||||||
public ShimmeringGrotto(UUID ownerId) {
|
public ShimmeringGrotto(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 247;
|
this.cardNumber = 246;
|
||||||
this.expansionSetCode = "ISD";
|
this.expansionSetCode = "ISD";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue