XMage 1.4.32V0

This commit is contained in:
LevelX2 2018-11-26 19:30:22 +01:00
parent b7ebff4fa1
commit e6ce58d6bf
39 changed files with 42 additions and 42 deletions

View file

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