* XMage Release 1.4.1v3

This commit is contained in:
LevelX2 2015-06-20 13:14:06 +02:00
parent 675801e8d4
commit 757b9ea99e
3 changed files with 6 additions and 2 deletions

View file

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