fixes after rebase

This commit is contained in:
RickyRister 2025-12-13 20:40:54 -08:00
parent 2c24ff9c04
commit bb084a18ec
5 changed files with 13 additions and 8 deletions

View file

@ -668,7 +668,7 @@ bool DeckListModel::isCardQuantityLegalForCurrentFormat(const CardInfoPtr cardIn
void DeckListModel::refreshCardFormatLegalities()
{
InnerDecklistNode *listRoot = deckList->getRoot();
InnerDecklistNode *listRoot = deckList->getTree()->getRoot();
for (int i = 0; i < listRoot->size(); i++) {
auto *currentZone = static_cast<InnerDecklistNode *>(listRoot->at(i));