XMage version 1.4.10v0

This commit is contained in:
LevelX2 2016-04-06 22:56:02 +02:00
parent 993b167648
commit bcdde0a945
33 changed files with 59 additions and 34 deletions

View file

@ -63,7 +63,7 @@ public enum CardRepository {
// raise this if db structure was changed
private static final long CARD_DB_VERSION = 43;
// raise this if new cards were added to the server
private static final long CARD_CONTENT_VERSION = 50;
private static final long CARD_CONTENT_VERSION = 51;
private final Random random = new Random();
private Dao<CardInfo, Object> cardDao;