From bb48180858b0c6037ccfd91cde3c55928105efaa Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 20 Apr 2017 01:00:51 +0300 Subject: Drop support for client protocol version 8 (May 1 2015). --- src/emap/send.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/emap/send.c') diff --git a/src/emap/send.c b/src/emap/send.c index ae4e000..9c62014 100644 --- a/src/emap/send.c +++ b/src/emap/send.c @@ -91,17 +91,7 @@ void send_changelook(struct map_session_data* sd, struct map_session_data* sd2, if (!sd) return; //ShowWarning("equip: for type %d = %d\n", type, val); - if (!tdata || tdata->clientVersion < 9) - { - WFIFOHEAD (fd, 11); - WFIFOW (fd, 0) = 0x1d7; - WFIFOL (fd, 2) = id; - WFIFOB (fd, 6) = type; - WFIFOW (fd, 7) = val; - WFIFOW (fd, 9) = val2; - WFIFOSET (fd, 11); - } - else + if (tdata) { WFIFOHEAD (fd, 19); WFIFOW (fd, 0) = 0xb17; -- cgit v1.2.3-60-g2f50