mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 12:54:10 -07:00
Parse double-faced cards correctly.
This commit is contained in:
parent
c7d92f06cd
commit
b4d33597c2
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ ArchidektApiResponseDeckDisplayWidget::ArchidektApiResponseDeckDisplayWidget(QWi
|
||||||
tempDeck += QString("%1 %2 (%3) %4\n")
|
tempDeck += QString("%1 %2 (%3) %4\n")
|
||||||
.arg(card.getQuantity())
|
.arg(card.getQuantity())
|
||||||
.arg(cleanName)
|
.arg(cleanName)
|
||||||
.arg(card.getCard().getEdition().getEditionCode())
|
.arg(card.getCard().getEdition().getEditionCode().toUpper())
|
||||||
.arg(card.getCard().getCollectorNumber());
|
.arg(card.getCard().getCollectorNumber());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue