diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-01-25 01:30:53 +0100 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-01-25 01:30:53 +0100 |
commit | b973c2c9fd718b16ad9dc6e6b082c3f17dc5c98c (patch) | |
tree | cde19d28c36376e99bff2c33ec6a438815692022 /src/net/manaserv/manaserv_protocol.h | |
parent | d055bee5e6b45737ab89b3f8c70c6d0db7a22eb3 (diff) | |
download | mana-b973c2c9fd718b16ad9dc6e6b082c3f17dc5c98c.tar.gz mana-b973c2c9fd718b16ad9dc6e6b082c3f17dc5c98c.tar.bz2 mana-b973c2c9fd718b16ad9dc6e6b082c3f17dc5c98c.tar.xz mana-b973c2c9fd718b16ad9dc6e6b082c3f17dc5c98c.zip |
Upgraded the manaserv protocol version to 1.
Yeah, I know Jaxad, we're not releasing but as agreed with
Thorbjorn, the protocol is incompatible even when moving, so
better get rid of old clients early.
Diffstat (limited to 'src/net/manaserv/manaserv_protocol.h')
-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 e4beb155..84f1c1a5 100644 --- a/src/net/manaserv/manaserv_protocol.h +++ b/src/net/manaserv/manaserv_protocol.h @@ -24,7 +24,7 @@ namespace ManaServ { -enum { PROTOCOL_VERSION = 0 }; +enum { PROTOCOL_VERSION = 1 }; /** * Enumerated type for communicated messages: |