diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-05 21:08:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-05 21:08:58 +0300 |
commit | cc79a815a38dab8970e28a692b9a051627c8e56a (patch) | |
tree | f8bf44c5dcfe3e554555c827594570bbf8309312 /src/net/eathena/network.h | |
parent | c4274b8b5798ffaee2a783f7a1f10e6f80c93f9e (diff) | |
download | plus-cc79a815a38dab8970e28a692b9a051627c8e56a.tar.gz plus-cc79a815a38dab8970e28a692b9a051627c8e56a.tar.bz2 plus-cc79a815a38dab8970e28a692b9a051627c8e56a.tar.xz plus-cc79a815a38dab8970e28a692b9a051627c8e56a.zip |
Change packet version to 11. Impliment fixed packets for same version.
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 235f0dbfd..0b628256f 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 15 +#define CLIENT_PROTOCOL_VERSION 16 namespace EAthena { |