summaryrefslogtreecommitdiff
path: root/src/net/tmwa/network.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-05 20:05:26 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-05 20:05:26 +0300
commit45c13626f8c59f6d48d411545cb17aee117ef076 (patch)
treea947215e6204b9f7b8c0eefbeb41e3761c3a3697 /src/net/tmwa/network.h
parent5551e409419180097dd37b9a6919495a6b1be95c (diff)
downloadplus-45c13626f8c59f6d48d411545cb17aee117ef076.tar.gz
plus-45c13626f8c59f6d48d411545cb17aee117ef076.tar.bz2
plus-45c13626f8c59f6d48d411545cb17aee117ef076.tar.xz
plus-45c13626f8c59f6d48d411545cb17aee117ef076.zip
Remove outdated protocol version checks from tmwa net code.
Diffstat (limited to 'src/net/tmwa/network.h')
-rw-r--r--src/net/tmwa/network.h5
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
{