summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-09-08 23:59:59 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-09-08 23:59:59 +0200
commit40a31c52aebc19221cc9da8a0f764d21e672937b (patch)
tree9b9f9df81828f3674838c3f01154e1fa194abee6 /src/common
parentfbd91b3538eb486df428f48fb9c47b7c5596ec73 (diff)
parent082a88a7ac74e52fd5d239e1e974731a9a7b3fdc (diff)
downloadmanaserv-40a31c52aebc19221cc9da8a0f764d21e672937b.tar.gz
manaserv-40a31c52aebc19221cc9da8a0f764d21e672937b.tar.xz
manaserv-40a31c52aebc19221cc9da8a0f764d21e672937b.zip
Merge github.com:mana/manaserv
Conflicts: src/account-server/storage.cpp src/game-server/mapreader.cpp src/sql/mysql/createTables.sql
Diffstat (limited to 'src/common')
-rw-r--r--src/common/manaserv_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/manaserv_protocol.h b/src/common/manaserv_protocol.h
index e1e1f88..56319b6 100644
--- a/src/common/manaserv_protocol.h
+++ b/src/common/manaserv_protocol.h
@@ -26,7 +26,7 @@ namespace ManaServ {
enum {
PROTOCOL_VERSION = 1,
- SUPPORTED_DB_VERSION = 15
+ SUPPORTED_DB_VERSION = 16
};
/**