mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-22 01:18:57 -08:00
Merge pull request #229 from arxanas/deckbrew-prices
Fix issue mentioned in #152: price updater loads all cards now.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user