summaryrefslogtreecommitdiff
path: root/src/emap/clif.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-20 01:35:18 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-20 01:35:18 +0300
commitca8f4954af2c0b800358229c831ebcbbb2567acb (patch)
tree48f65e76f0482042446e7ffc086d5f8a753f0189 /src/emap/clif.c
parent4175e61b1381e553193627b7f5a1b7ee1b0dbb50 (diff)
downloadevol-hercules-ca8f4954af2c0b800358229c831ebcbbb2567acb.tar.gz
evol-hercules-ca8f4954af2c0b800358229c831ebcbbb2567acb.tar.bz2
evol-hercules-ca8f4954af2c0b800358229c831ebcbbb2567acb.tar.xz
evol-hercules-ca8f4954af2c0b800358229c831ebcbbb2567acb.zip
Drop support for client protocol version 12 (Sep 28 2015).
Diffstat (limited to 'src/emap/clif.c')
-rw-r--r--src/emap/clif.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/emap/clif.c b/src/emap/clif.c
index 568d97a..f3a6173 100644
--- a/src/emap/clif.c
+++ b/src/emap/clif.c
@@ -560,17 +560,6 @@ int eclif_send_actual_pre(int *fd,
hookStop();
return 0;
}
- if (packet == 0xb1b)
- {
- struct SessionExt *data = session_get(*fd);
- if (!data)
- return 0;
- if (data->clientVersion < 14)
- { // not sending new packets to old clients
- hookStop();
- return 0;
- }
- }
if (packet == 0x9dd || packet == 0x9dc || packet == 0x9db || packet == 0x8c8)
{
struct SessionExt *data = session_get(*fd);