forked from External/mage
* GUI: double faced cards improves:
* fixed images download for alternative prints (#9826, #9701); * fixed wrong pair of main and second side arts for alternative prints;
This commit is contained in:
parent
18a3ec5247
commit
4e9ffdfaf9
12 changed files with 59 additions and 32 deletions
|
|
@ -1968,7 +1968,7 @@ public class VerifyCardDataTest {
|
|||
// same find code as original cube
|
||||
CardInfo cardInfo;
|
||||
if (!cardId.getExtension().isEmpty()) {
|
||||
cardInfo = CardRepository.instance.findCardWPreferredSet(cardId.getName(), cardId.getExtension());
|
||||
cardInfo = CardRepository.instance.findCardWithPreferredSetAndNumber(cardId.getName(), cardId.getExtension(), null);
|
||||
} else {
|
||||
cardInfo = CardRepository.instance.findPreferredCoreExpansionCard(cardId.getName());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue