diff --git a/cockatrice/src/priceupdater.cpp b/cockatrice/src/priceupdater.cpp index 1a84880d..2a1a012e 100644 --- a/cockatrice/src/priceupdater.cpp +++ b/cockatrice/src/priceupdater.cpp @@ -145,13 +145,13 @@ void DBPriceUpdater::updatePrices() bNotFirst = true; } muidMap.insert(muid, cards[i]); - } - if(q.length() > 240) - { - urls.append(base + q); - bNotFirst=false; - q = ""; + if(q.length() > 240) + { + urls.append(base + q); + bNotFirst=false; + q = ""; + } } } if(q.length() > 0)