This commit is contained in:
aozhiwei 2020-10-12 14:56:53 +08:00
parent e3f4d806ed
commit 2c7a02b062

View File

@ -990,6 +990,8 @@ void Player::_CMGuildApplyList(f8::MsgHdr& hdr, const cs::CMGuildApplyList& msg)
SendMsg(respmsg);
return;
}
a8::UnSetBitFlag(red_point_flags_, RPF_GuildApply);
SyncRedPoint();
ForwardGuildCMMsg(hdr, GuildId());
}