mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
* D'Avenant Archer, Daraja Griffin - Fixed wrong card numbers for 6th edition.
This commit is contained in:
parent
9f6c01bde1
commit
873004a945
3 changed files with 4 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ public class DAvenantArcher extends mage.sets.fifthedition.DAvenantArcher {
|
|||
|
||||
public DAvenantArcher(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 14;
|
||||
this.cardNumber = 15;
|
||||
this.expansionSetCode = "6ED";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ public class DarajaGriffin extends mage.sets.visions.DarajaGriffin {
|
|||
|
||||
public DarajaGriffin(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 15;
|
||||
this.cardNumber = 14;
|
||||
this.expansionSetCode = "6ED";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue