This commit is contained in:
aozhiwei 2020-09-23 20:40:39 +08:00
parent 2347bb2f45
commit 55049d9b1b

View File

@ -371,6 +371,7 @@ void GuildMgr::_CMGuildSearch(int socket_handle, const ss::MFIMMsgConext& contex
Player* hum = PlayerMgr::Instance()->GetPlayerBySocket(msg_context->socket_handle);
if (hum) {
cs::SMGuildSearch respmsg;
hum->SendMsg(respmsg);
}