mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 19:18:55 -07:00
parent
951f08dd11
commit
e5d15e8dbc
5 changed files with 14 additions and 5 deletions
|
|
@ -27,7 +27,7 @@ void PriceUpdater::updatePrices()
|
|||
QString q = "http://blacklotusproject.com/json/?cards=";
|
||||
QStringList cards = deck->getCardList();
|
||||
for (int i = 0; i < cards.size(); ++i) {
|
||||
q += cards[i] + "|";
|
||||
q += cards[i].toLower() + "|";
|
||||
}
|
||||
QUrl url(q.replace(' ', '+'));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue