diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-09-28 23:58:20 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-09-28 23:58:20 +0200 |
commit | 2f145657be8a07dd3bdab1389762152bdb8399ce (patch) | |
tree | 0040b1d142b724fa01d2caef8ce1ff4913abd1e3 /src/net/manaserv | |
parent | 20ecfcc950208862d366c5c065319f423f3c7115 (diff) | |
download | mana-2f145657be8a07dd3bdab1389762152bdb8399ce.tar.gz mana-2f145657be8a07dd3bdab1389762152bdb8399ce.tar.bz2 mana-2f145657be8a07dd3bdab1389762152bdb8399ce.tar.xz mana-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.h | 2 |
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 }; /** |