summaryrefslogtreecommitdiffstats
path: root/src/account-server
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2011-09-02 18:49:14 +0800
committerErik Schilling <ablu.erikschilling@googlemail.com>2011-09-05 16:05:45 +0800
commit082a88a7ac74e52fd5d239e1e974731a9a7b3fdc (patch)
tree18bf6d79b1e840f3f103682aca8e22dbd9627aa7 /src/account-server
parent4a9de81c1911c747f9ecff695de58b12d0dc4a71 (diff)
downloadmanaserv-082a88a7ac74e52fd5d239e1e974731a9a7b3fdc.tar.gz
manaserv-082a88a7ac74e52fd5d239e1e974731a9a7b3fdc.tar.xz
manaserv-082a88a7ac74e52fd5d239e1e974731a9a7b3fdc.zip
Fixed size of mapid field in mysql database.
Resolves: Mana-Mantis: #388. Reviewed-by: Bertram.
Diffstat (limited to 'src/account-server')
-rw-r--r--src/account-server/storage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account-server/storage.cpp b/src/account-server/storage.cpp
index 9660120..3d6d4f5 100644
--- a/src/account-server/storage.cpp
+++ b/src/account-server/storage.cpp
@@ -41,7 +41,7 @@ static const char *DEFAULT_ITEM_FILE = "items.xml";
// Defines the supported db version
static const char *DB_VERSION_PARAMETER = "database_version";
-static const char *SUPPORTED_DB_VERSION = "14";
+static const char *SUPPORTED_DB_VERSION = "16";
/*
* MySQL specificities: