Xmage 1.4.21V0

This commit is contained in:
LevelX2 2017-01-15 17:44:02 +01:00
parent 7f7e89c257
commit 6625bf86be
33 changed files with 34 additions and 34 deletions

View file

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