summaryrefslogtreecommitdiff
path: root/src/emap/send.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-19 23:58:08 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-19 23:58:08 +0300
commitc94b16d11e20fbfecf6f69da057e63dfc0c2d312 (patch)
tree1ec92940643e7bd2a2a13f4d0841987e8c20672b /src/emap/send.c
parent72d4d2df6918917a50c057fea3f5847f9e3750eb (diff)
downloadevol-hercules-c94b16d11e20fbfecf6f69da057e63dfc0c2d312.tar.gz
evol-hercules-c94b16d11e20fbfecf6f69da057e63dfc0c2d312.tar.bz2
evol-hercules-c94b16d11e20fbfecf6f69da057e63dfc0c2d312.tar.xz
evol-hercules-c94b16d11e20fbfecf6f69da057e63dfc0c2d312.zip
Drop support for client protocol version 4 (Jan 5 2015).
Diffstat (limited to 'src/emap/send.c')
-rw-r--r--src/emap/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/send.c b/src/emap/send.c
index c3b9478..ea02817 100644
--- a/src/emap/send.c
+++ b/src/emap/send.c
@@ -226,7 +226,7 @@ void send_npc_info(struct block_list* bl1,
if (tsd)
{
struct SessionExt *tdata = session_get_bysd(tsd);
- if (!tdata || tdata->clientVersion < 5)
+ if (!tdata)
return;
}