mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
fixed cardNumber for permanents
This commit is contained in:
parent
ad50277430
commit
46656f19b5
3 changed files with 7 additions and 2 deletions
|
|
@ -108,6 +108,7 @@ public class PermanentCard extends PermanentImpl<PermanentCard> {
|
|||
this.art = card.getArt();
|
||||
this.expansionSetCode = card.getExpansionSetCode();
|
||||
this.rarity = card.getRarity();
|
||||
this.cardNumber = card.getCardNumber();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue