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