Shimmering Grotto cardNumber fix

This commit is contained in:
North 2011-11-20 17:39:26 +02:00
parent 1b7f94970f
commit 0e7851e164

View file

@ -37,7 +37,7 @@ public class ShimmeringGrotto extends mage.sets.lorwyn.ShimmeringGrotto {
public ShimmeringGrotto(UUID ownerId) {
super(ownerId);
this.cardNumber = 247;
this.cardNumber = 246;
this.expansionSetCode = "ISD";
}