diff options
-rw-r--r-- | src/net/tmwa/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/network.h b/src/net/tmwa/network.h index bdafd6a09..a340f7af1 100644 --- a/src/net/tmwa/network.h +++ b/src/net/tmwa/network.h @@ -38,7 +38,7 @@ * Protocol version, reported to the eAthena char and mapserver who can adjust * the protocol accordingly. */ -#define CLIENT_PROTOCOL_VERSION 1 +#define CLIENT_PROTOCOL_VERSION 2 namespace TmwAthena { |