diff options
Diffstat (limited to 'src/net/tmwa/network.h')
-rw-r--r-- | src/net/tmwa/network.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/net/tmwa/network.h b/src/net/tmwa/network.h index 13a57e864..11980d95c 100644 --- a/src/net/tmwa/network.h +++ b/src/net/tmwa/network.h @@ -26,11 +26,10 @@ #include "net/ea/network.h" /** - * Protocol version, reported to the eAthena char and mapserver who can adjust + * Protocol version, reported to the tmwa char and mapserver who can adjust * the protocol accordingly. */ -#define CLIENT_PROTOCOL_VERSION 12 -#define CLIENT_TMW_PROTOCOL_VERSION 5 +#define CLIENT_PROTOCOL_VERSION 5 namespace TmwAthena { |