diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-08-30 20:38:29 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-08-30 20:38:29 +0200 |
commit | 005a76ce5d539666022c80eb5b0c1dd760db19e7 (patch) | |
tree | df57a74861862e908727dded6847bb5097709f6e /src/net/manaserv | |
parent | 011135415f7f9c5cfeb220540621dfd1c46e6db9 (diff) | |
download | mana-005a76ce5d539666022c80eb5b0c1dd760db19e7.tar.gz mana-005a76ce5d539666022c80eb5b0c1dd760db19e7.tar.bz2 mana-005a76ce5d539666022c80eb5b0c1dd760db19e7.tar.xz mana-005a76ce5d539666022c80eb5b0c1dd760db19e7.zip |
Synced the manaserv protocol file with the server's latest changes.
Diffstat (limited to 'src/net/manaserv')
-rw-r--r-- | src/net/manaserv/manaserv_protocol.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/net/manaserv/manaserv_protocol.h b/src/net/manaserv/manaserv_protocol.h index 2c790d26..49548132 100644 --- a/src/net/manaserv/manaserv_protocol.h +++ b/src/net/manaserv/manaserv_protocol.h @@ -24,7 +24,10 @@ namespace ManaServ { -enum { PROTOCOL_VERSION = 1 }; +enum { + PROTOCOL_VERSION = 1, + SUPPORTED_DB_VERSION = 15 +}; /** * Enumerated type for communicated messages: |