From d4becd02df95dafcc0078ed2f0b924f29023feeb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 3 May 2018 23:45:28 +0300 Subject: Update from hercules. --- src/echar/char.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/echar/char.c') diff --git a/src/echar/char.c b/src/echar/char.c index 6cf13fc..a926f13 100644 --- a/src/echar/char.c +++ b/src/echar/char.c @@ -305,15 +305,6 @@ void send_additional_slots(int fd, struct char_session_data* sd) SQL->StmtFree(stmt); } -void echar_parse_frommap_request_stats_report_pre(int *fdPtr) -{ - const int fd = *fdPtr; - RFIFOSKIP(fd, 2); /* we skip first 2 bytes which are the 0x3008, so we end up with a buffer equal to the one we send */ - RFIFOSKIP(fd, RFIFOW(fd,2)); /* skip this packet */ - RFIFOFLUSH(fd); - hookStop(); -} - void echar_parse_map_serverexit(int mapFd) { const int code = RFIFOW(mapFd, 2); -- cgit v1.2.3-60-g2f50