summaryrefslogtreecommitdiff
path: root/src/account-server/storage.cpp
diff options
context:
space:
mode:
authorFreeyorp <Freeyorp101@hotmail.com>2010-08-18 23:23:12 +1200
committerFreeyorp <Freeyorp101@hotmail.com>2010-08-18 23:24:46 +1200
commit7db9f6fe36b737d2eec7c6070497035b0834def2 (patch)
tree016f8747e418cb194da1388bab01e976c4a0c353 /src/account-server/storage.cpp
parenta822f8f257aaec37174a11add3543ef70a29e206 (diff)
downloadmanaserv-7db9f6fe36b737d2eec7c6070497035b0834def2.tar.gz
manaserv-7db9f6fe36b737d2eec7c6070497035b0834def2.tar.bz2
manaserv-7db9f6fe36b737d2eec7c6070497035b0834def2.tar.xz
manaserv-7db9f6fe36b737d2eec7c6070497035b0834def2.zip
Change references from database version 10 to version 11 to reflect changes made to mainline
Diffstat (limited to 'src/account-server/storage.cpp')
-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 e740b103..71a78359 100644
--- a/src/account-server/storage.cpp
+++ b/src/account-server/storage.cpp
@@ -40,7 +40,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 = "10";
+static const char *SUPPORTED_DB_VERSION = "11";
/*
* MySQL specificities: