This commit is contained in:
aozhiwei 2020-09-30 13:35:57 +08:00
parent 94ff78d023
commit a447c05a35

View File

@ -991,7 +991,7 @@ void Player::_CMGuildAgreeInvite(f8::MsgHdr& hdr, const cs::CMGuildAgreeInvite&
} }
return; return;
} }
ForwardGuildCMMsg(hdr, GuildId()); ForwardGuildCMMsg(hdr, msg.guild_id());
} }
void Player::_SS_IM_FriendAgreeRequest(f8::MsgHdr& hdr, const ss::SS_IM_FriendAgreeRequest& msg) void Player::_SS_IM_FriendAgreeRequest(f8::MsgHdr& hdr, const ss::SS_IM_FriendAgreeRequest& msg)