diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2013-04-30 21:20:36 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2013-04-30 21:21:06 +0200 |
commit | 286eb6552fa059d8e4561fb4bb13cb5266dff71d (patch) | |
tree | 24b6b6e3b15fc365923f8f06e4aad018b779c9dd | |
parent | 8f67f2179dd1038f44d4ad3506ff33e9cf2dddbf (diff) | |
download | mana-286eb6552fa059d8e4561fb4bb13cb5266dff71d.tar.gz mana-286eb6552fa059d8e4561fb4bb13cb5266dff71d.tar.bz2 mana-286eb6552fa059d8e4561fb4bb13cb5266dff71d.tar.xz mana-286eb6552fa059d8e4561fb4bb13cb5266dff71d.zip |
Bumped protocol version to 3
This is so that master and lpc2012 use the same protocol again,
where starting attributes are sent on character creation.
-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 319d7070..760fe655 100644 --- a/src/net/manaserv/manaserv_protocol.h +++ b/src/net/manaserv/manaserv_protocol.h @@ -25,7 +25,7 @@ namespace ManaServ { enum { - PROTOCOL_VERSION = 1, + PROTOCOL_VERSION = 3, SUPPORTED_DB_VERSION = 21 }; |