mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Fix providerId cards getting removed from deckList by convenience replacement function (#6074)
Took 2 hours 25 minutes Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
parent
f2cbdae829
commit
38f76d449a
2 changed files with 8 additions and 1 deletions
|
|
@ -397,6 +397,7 @@ void DeckLoader::clearSetNamesAndNumbers()
|
|||
// Set the providerId on the card
|
||||
card->setCardSetShortName(nullptr);
|
||||
card->setCardCollectorNumber(nullptr);
|
||||
card->setCardProviderId(nullptr);
|
||||
};
|
||||
|
||||
forEachCard(clearSetNameAndNumber);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue