diff options
Diffstat (limited to 'src')
-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..7b35f278 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 = 2, SUPPORTED_DB_VERSION = 21 }; |