save cards to cards instead of hqcards

master
melvin 2011-05-21 14:06:36 +08:00
parent d9dfebadba
commit 5ea792bfcc
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class DownloadImageFiles extends ArrayList<DownloadImageFile> {
reader.close();
final File cardsPathFile=new File(gamePathFile,"hqcards");
final File cardsPathFile=new File(gamePathFile,"cards");
for (final MagicCardDefinition cardDefinition : CardDefinitions.getInstance().getCards()) {
final String imageURL=cardDefinition.getImageURL();