summaryrefslogtreecommitdiff
path: root/src/net/manaserv
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-09-28 23:58:20 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-09-28 23:58:20 +0200
commit2f145657be8a07dd3bdab1389762152bdb8399ce (patch)
tree0040b1d142b724fa01d2caef8ce1ff4913abd1e3 /src/net/manaserv
parent20ecfcc950208862d366c5c065319f423f3c7115 (diff)
downloadmana-client-2f145657be8a07dd3bdab1389762152bdb8399ce.tar.gz
mana-client-2f145657be8a07dd3bdab1389762152bdb8399ce.tar.bz2
mana-client-2f145657be8a07dd3bdab1389762152bdb8399ce.tar.xz
mana-client-2f145657be8a07dd3bdab1389762152bdb8399ce.zip
Forgot to update the db version number in the client protocol file.
Diffstat (limited to 'src/net/manaserv')
-rw-r--r--src/net/manaserv/manaserv_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/manaserv/manaserv_protocol.h b/src/net/manaserv/manaserv_protocol.h
index 46d46d5e..11de34ef 100644
--- a/src/net/manaserv/manaserv_protocol.h
+++ b/src/net/manaserv/manaserv_protocol.h
@@ -26,7 +26,7 @@ namespace ManaServ {
enum {
PROTOCOL_VERSION = 1,
- SUPPORTED_DB_VERSION = 15
+ SUPPORTED_DB_VERSION = 17
};
/**