diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-14 16:54:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-14 16:54:21 +0300 |
commit | 4af398b58583dd834090f51b70adc749cd082cbb (patch) | |
tree | b11ebd7bb9e9aae0eaded8b53e35ab22154a0746 /src/net/tmwa/network.h | |
parent | f42895110758580885e52c6dffbb9e090c9ee101 (diff) | |
download | mv-4af398b58583dd834090f51b70adc749cd082cbb.tar.gz mv-4af398b58583dd834090f51b70adc749cd082cbb.tar.bz2 mv-4af398b58583dd834090f51b70adc749cd082cbb.tar.xz mv-4af398b58583dd834090f51b70adc749cd082cbb.zip |
Add into tmwa packet SMSG_MAP_SET_TILES_TYPE. Change protocol version to 7.
Diffstat (limited to 'src/net/tmwa/network.h')
-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 d75d9774b..97d2d13d7 100644 --- a/src/net/tmwa/network.h +++ b/src/net/tmwa/network.h @@ -29,7 +29,7 @@ * Protocol version, reported to the tmwa char and mapserver who can adjust * the protocol accordingly. */ -#define CLIENT_PROTOCOL_VERSION 6 +#define CLIENT_PROTOCOL_VERSION 7 namespace TmwAthena { |