summaryrefslogtreecommitdiff
path: root/src/emap/clif.c
diff options
context:
space:
mode:
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);