diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-25 23:37:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-25 23:37:28 +0300 |
commit | 60757643df53ff5d9d6aa361486348bc6d4bf0f2 (patch) | |
tree | 13cf871ba389238ea8c8831f897b6b1135b0ba8e /src/net/eathena/network.h | |
parent | 32e6e1748c3aa26a55ce4f7281107c4334c80ef3 (diff) | |
download | plus-60757643df53ff5d9d6aa361486348bc6d4bf0f2.tar.gz plus-60757643df53ff5d9d6aa361486348bc6d4bf0f2.tar.bz2 plus-60757643df53ff5d9d6aa361486348bc6d4bf0f2.tar.xz plus-60757643df53ff5d9d6aa361486348bc6d4bf0f2.zip |
From eAthena netcode remove some evol packets implimentations.
Diffstat (limited to 'src/net/eathena/network.h')
-rw-r--r-- | src/net/eathena/network.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/eathena/network.h b/src/net/eathena/network.h index 82e8fcc88..4a7f41c09 100644 --- a/src/net/eathena/network.h +++ b/src/net/eathena/network.h @@ -39,8 +39,7 @@ * Protocol version, reported to the eAthena char and mapserver who can adjust * the protocol accordingly. */ -#define CLIENT_PROTOCOL_VERSION 5 -#define CLIENT_TMW_PROTOCOL_VERSION 1 +#define CLIENT_PROTOCOL_VERSION 1 namespace EAthena { |