Merge pull request #229 from arxanas/deckbrew-prices
Fix issue mentioned in #152: price updater loads all cards now.
This commit is contained in:
commit
ea897ee2ef
1 changed files with 5 additions and 0 deletions
|
@ -136,6 +136,11 @@ void DBPriceUpdater::updatePrices()
|
|||
for(int j = 0; j < sets.size(); ++j)
|
||||
{
|
||||
muid=card->getMuId(sets[j]->getShortName());
|
||||
|
||||
if (!muid) {
|
||||
continue;
|
||||
}
|
||||
|
||||
//qDebug() << "muid " << muid << " card: " << cards[i] << endl;
|
||||
if(bNotFirst)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue