diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-01 16:16:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-01 16:16:37 +0300 |
commit | fef6ebca9c454f99d44e950c4628270b124c445f (patch) | |
tree | 2955cd8be025c6460147909c9c97b0f9c213ecb4 /src/net/eathena/network.h | |
parent | e49cbd2dfc23b1ad0b8f568a7b0e8bc054546230 (diff) | |
download | plus-fef6ebca9c454f99d44e950c4628270b124c445f.tar.gz plus-fef6ebca9c454f99d44e950c4628270b124c445f.tar.bz2 plus-fef6ebca9c454f99d44e950c4628270b124c445f.tar.xz plus-fef6ebca9c454f99d44e950c4628270b124c445f.zip |
eathena: add support for send chat command from server.
Changed client net version to 8.
Diffstat (limited to 'src/net/eathena/network.h')
-rw-r--r-- | src/net/eathena/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/network.h b/src/net/eathena/network.h index 05d5f0cb4..89bd5f816 100644 --- a/src/net/eathena/network.h +++ b/src/net/eathena/network.h @@ -29,7 +29,7 @@ * Protocol version, reported to the eAthena char and mapserver who can adjust * the protocol accordingly. */ -#define CLIENT_PROTOCOL_VERSION 7 +#define CLIENT_PROTOCOL_VERSION 8 namespace EAthena { |