diff --git a/Mage/src/main/java/mage/cards/repository/CardRepository.java b/Mage/src/main/java/mage/cards/repository/CardRepository.java index 06a3a894dc12..2b15c9f70db1 100644 --- a/Mage/src/main/java/mage/cards/repository/CardRepository.java +++ b/Mage/src/main/java/mage/cards/repository/CardRepository.java @@ -35,7 +35,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 = 220; + private static final long CARD_CONTENT_VERSION = 221; private Dao cardDao; private Set classNames; private RepositoryEventSource eventSource = new RepositoryEventSource();