From 45c13626f8c59f6d48d411545cb17aee117ef076 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 5 Mar 2016 20:05:26 +0300 Subject: Remove outdated protocol version checks from tmwa net code. --- src/net/tmwa/network.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/net/tmwa/network.h') 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 { -- cgit v1.2.3-70-g09d2