XMage 1.4.26V7

This commit is contained in:
LevelX2 2017-10-03 18:41:06 +02:00
parent d69e0f37d3
commit 71336a916d
4 changed files with 42 additions and 19 deletions

View file

@ -58,7 +58,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 = 93;
private static final long CARD_CONTENT_VERSION = 94;
private Dao<CardInfo, Object> cardDao;
private Set<String> classNames;