mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
XMage 1.4.32V0
This commit is contained in:
parent
b7ebff4fa1
commit
e6ce58d6bf
39 changed files with 42 additions and 42 deletions
|
|
@ -32,7 +32,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 = 122;
|
||||
private static final long CARD_CONTENT_VERSION = 123;
|
||||
private Dao<CardInfo, Object> cardDao;
|
||||
private Set<String> classNames;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue