diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-15 20:34:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-15 20:34:07 +0300 |
commit | 8b22861c92f1cec3af31b8b9e97b16498b2d86d0 (patch) | |
tree | e970b128f3b21ba20baeecccdd8a0db979ff7617 /src/net/eathena/network.h | |
parent | a4ee70af007aca5a59a923454ed340cdb6d1e080 (diff) | |
download | plus-8b22861c92f1cec3af31b8b9e97b16498b2d86d0.tar.gz plus-8b22861c92f1cec3af31b8b9e97b16498b2d86d0.tar.bz2 plus-8b22861c92f1cec3af31b8b9e97b16498b2d86d0.tar.xz plus-8b22861c92f1cec3af31b8b9e97b16498b2d86d0.zip |
Add packet SMSG_MAP_SET_TILES_TYPE 0x0b1b.
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 b2b2f3532..006ad4a6e 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 12 +#define CLIENT_PROTOCOL_VERSION 14 namespace EAthena { |