Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
ea897ee2
Commit
ea897ee2
authored
Jul 25, 2014
by
Gavin Bisesi
Browse files
Merge pull request #229 from arxanas/deckbrew-prices
Fix issue mentioned in #152: price updater loads all cards now.
parents
abdaa610
fe9f7a22
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/priceupdater.cpp
View file @
ea897ee2
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment