From 7ed967ac7fcdb51bacc0b6340735a1616f08fbd3 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Tue, 10 Feb 2015 01:25:19 +0100 Subject: [PATCH] Raised cards added counter. --- Mage/src/mage/cards/repository/CardRepository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage/src/mage/cards/repository/CardRepository.java b/Mage/src/mage/cards/repository/CardRepository.java index 50573e49a6..72c76ffe49 100644 --- a/Mage/src/mage/cards/repository/CardRepository.java +++ b/Mage/src/mage/cards/repository/CardRepository.java @@ -60,7 +60,7 @@ public enum CardRepository { // raise this if db structure was changed private static final long CARD_DB_VERSION = 36; // raise this if new cards were added to the server - private static final long CARD_CONTENT_VERSION = 1; + private static final long CARD_CONTENT_VERSION = 2; private final Random random = new Random(); private Dao cardDao;