From f8747c4355f43b11489cc85eb8b5b922685fec39 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 15 Nov 2013 18:55:37 -0800 Subject: Fix fingering map --- src/map/clif.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/map') diff --git a/src/map/clif.cpp b/src/map/clif.cpp index 1a38ebe..d4cedc6 100644 --- a/src/map/clif.cpp +++ b/src/map/clif.cpp @@ -5440,8 +5440,9 @@ void clif_parse(int fd) { // too small a packet disconnect session[fd]->eof = 1; } - if (RFIFOW(fd, 0) != 0x72) - { // first packet not auth, disconnect + if (RFIFOW(fd, 0) != 0x72 && RFIFOW(fd, 0) != 0x7530) + { + // first packet must be auth or finger session[fd]->eof = 1; } } -- cgit v1.2.3-60-g2f50