summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-04-30 21:02:52 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-04-30 21:06:14 +0200
commit23ccc8080a5283adce9f06909fc89b63d0e25452 (patch)
treeace9fd6c98efa68d2523f7029754bd9cfaa0fc4e
parent647cebfdf11c2482e5b4bbaad4aa411cdd4bb2cc (diff)
downloadmanaserv-23ccc8080a5283adce9f06909fc89b63d0e25452.tar.gz
manaserv-23ccc8080a5283adce9f06909fc89b63d0e25452.tar.xz
manaserv-23ccc8080a5283adce9f06909fc89b63d0e25452.zip
Bumped the protocol version to 3
Version 2 was on the lpc2012 branch. With version 3 the lpc2012 and master branches use again the same protocol.
-rw-r--r--src/common/manaserv_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/manaserv_protocol.h b/src/common/manaserv_protocol.h
index 835f245..2a1c9c1 100644
--- a/src/common/manaserv_protocol.h
+++ b/src/common/manaserv_protocol.h
@@ -29,7 +29,7 @@
namespace ManaServ {
enum {
- PROTOCOL_VERSION = 1,
+ PROTOCOL_VERSION = 3,
SUPPORTED_DB_VERSION = 21
};