diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2013-02-20 20:12:55 +0100 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2013-02-20 20:12:55 +0100 |
commit | bcb3f283bda155bec33c83c4627f59acb4616dd8 (patch) | |
tree | f4c6cdc1ffe0264b3bb64e78ee9db7a16f06adc6 /src/common/manaserv_protocol.h | |
parent | bcf80bb0f25ac5beffc62e964fa60f888023510c (diff) | |
download | manaserv-bcb3f283bda155bec33c83c4627f59acb4616dd8.tar.gz manaserv-bcb3f283bda155bec33c83c4627f59acb4616dd8.tar.bz2 manaserv-bcb3f283bda155bec33c83c4627f59acb4616dd8.tar.xz manaserv-bcb3f283bda155bec33c83c4627f59acb4616dd8.zip |
Bumped the protocol version
Diffstat (limited to 'src/common/manaserv_protocol.h')
-rw-r--r-- | src/common/manaserv_protocol.h | 2 |
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 }; |