This commit is contained in:
aozhiwei 2020-06-23 11:37:37 +08:00
parent 6c9ac88da1
commit 95eb47a9db

View File

@ -549,8 +549,7 @@ void Player::_SS_IM_FriendDeleteRequest(f8::MsgHdr& hdr, const ss::SS_IM_FriendD
void Player::_SS_IM_FriendApply(f8::MsgHdr& hdr, const ss::SS_IM_FriendApply& msg)
{
a8::SetBitFlag(red_point_flags_, RPF_Apply);
SyncRedPoint();
RecalcRedPoint();
}
void Player::ReLogin(f8::MsgHdr& hdr, const cs::CMLogin& msg)