fix invalid card numbers

This commit is contained in:
Loki 2012-03-25 14:04:33 +04:00
parent 3af88e5a4f
commit 3f629f2f78
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ public class ShivanHellkite extends mage.sets.tenth.ShivanHellkite {
public ShivanHellkite(UUID ownerId) {
super(ownerId);
this.cardNumber = 215;
this.cardNumber = 214;
this.expansionSetCode = "USG";
}

View file

@ -37,7 +37,7 @@ public class ShivsEmbrace extends mage.sets.magic2011.ShivsEmbrace {
public ShivsEmbrace(UUID ownerId) {
super(ownerId);
this.cardNumber = 214;
this.cardNumber = 216;
this.expansionSetCode = "USG";
}