[KLD] Some card names fixed.

This commit is contained in:
LevelX2 2016-09-17 17:01:06 +02:00
parent 04ca15a3a9
commit 1d4d612501
4 changed files with 15 additions and 15 deletions

View file

@ -63,7 +63,7 @@ public enum CardRepository {
// raise this if db structure was changed
private static final long CARD_DB_VERSION = 47;
// raise this if new cards were added to the server
private static final long CARD_CONTENT_VERSION = 60;
private static final long CARD_CONTENT_VERSION = 61;
private Dao<CardInfo, Object> cardDao;
private Set<String> classNames;