mirror of
https://github.com/correl/mage.git
synced 2025-01-14 03:00:10 +00:00
fix invalid card numbers
This commit is contained in:
parent
3af88e5a4f
commit
3f629f2f78
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ public class ShivanHellkite extends mage.sets.tenth.ShivanHellkite {
|
||||||
|
|
||||||
public ShivanHellkite(UUID ownerId) {
|
public ShivanHellkite(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 215;
|
this.cardNumber = 214;
|
||||||
this.expansionSetCode = "USG";
|
this.expansionSetCode = "USG";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@ public class ShivsEmbrace extends mage.sets.magic2011.ShivsEmbrace {
|
||||||
|
|
||||||
public ShivsEmbrace(UUID ownerId) {
|
public ShivsEmbrace(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 214;
|
this.cardNumber = 216;
|
||||||
this.expansionSetCode = "USG";
|
this.expansionSetCode = "USG";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue