* Rosheen Meanderer - Fixed that the created conditional mana could only be used for spells.

This commit is contained in:
LevelX2 2015-09-27 10:29:30 +02:00
parent 9e1111748d
commit 7650f53dee
3 changed files with 65 additions and 21 deletions

View file

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