From 7afacd63fe36eb56b52490ecf22daeaa95657942 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 21 Dec 2012 22:07:37 -0800 Subject: Remove sending of packets the client can't handle --- src/map/map.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/map/map.cpp') diff --git a/src/map/map.cpp b/src/map/map.cpp index 2d49739..d4a9289 100644 --- a/src/map/map.cpp +++ b/src/map/map.cpp @@ -994,16 +994,9 @@ void map_addchariddb(int charid, const char *name) else numdb_erase(charid_db, charid); - int req = p->req_id; memcpy(p->nick, name, 24); p->req_id = 0; numdb_insert(charid_db, charid, p); - if (req) - { // 返信待ちがあれば返信 - struct map_session_data *sd = map_id2sd(req); - if (sd != NULL) - clif_solved_charname(sd, charid); - } } /*========================================== -- cgit v1.2.3-60-g2f50