summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2013-02-20 20:12:55 +0100
committerErik Schilling <ablu.erikschilling@googlemail.com>2013-02-20 20:12:55 +0100
commitbcb3f283bda155bec33c83c4627f59acb4616dd8 (patch)
treef4c6cdc1ffe0264b3bb64e78ee9db7a16f06adc6 /src
parentbcf80bb0f25ac5beffc62e964fa60f888023510c (diff)
downloadmanaserv-bcb3f283bda155bec33c83c4627f59acb4616dd8.tar.gz
manaserv-bcb3f283bda155bec33c83c4627f59acb4616dd8.tar.bz2
manaserv-bcb3f283bda155bec33c83c4627f59acb4616dd8.tar.xz
manaserv-bcb3f283bda155bec33c83c4627f59acb4616dd8.zip
Bumped the protocol version
Diffstat (limited to 'src')
-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 1fc85ba6..782dc8b2 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 = 2,
SUPPORTED_DB_VERSION = 21
};