diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-11 11:40:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-11 15:02:25 +0300 |
commit | 5001fa194c820422dd5de2dd655c17bde131e1cb (patch) | |
tree | 0f8b0ad59277055c0f94591f64a1367bba558cca /src/net/tmwa/network.h | |
parent | 51a4bf586930fee4df788bef5b6cc350e10cc005 (diff) | |
download | plus-5001fa194c820422dd5de2dd655c17bde131e1cb.tar.gz plus-5001fa194c820422dd5de2dd655c17bde131e1cb.tar.bz2 plus-5001fa194c820422dd5de2dd655c17bde131e1cb.tar.xz plus-5001fa194c820422dd5de2dd655c17bde131e1cb.zip |
add support for giving item to npc (evol only)
chancge network version to 9.
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 0dfd067a8..62104592b 100644 --- a/src/net/tmwa/network.h +++ b/src/net/tmwa/network.h @@ -32,7 +32,7 @@ * Protocol version, reported to the eAthena char and mapserver who can adjust * the protocol accordingly. */ -#define CLIENT_PROTOCOL_VERSION 8 +#define CLIENT_PROTOCOL_VERSION 9 #define CLIENT_TMW_PROTOCOL_VERSION 1 namespace TmwAthena |