mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
XMage version 1.4.10v0
This commit is contained in:
parent
993b167648
commit
bcdde0a945
33 changed files with 59 additions and 34 deletions
|
|
@ -63,7 +63,7 @@ public enum CardRepository {
|
|||
// raise this if db structure was changed
|
||||
private static final long CARD_DB_VERSION = 43;
|
||||
// raise this if new cards were added to the server
|
||||
private static final long CARD_CONTENT_VERSION = 50;
|
||||
private static final long CARD_CONTENT_VERSION = 51;
|
||||
|
||||
private final Random random = new Random();
|
||||
private Dao<CardInfo, Object> cardDao;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue