This commit is contained in:
aozhiwei 2024-04-24 16:53:50 +08:00
parent 2819adee6b
commit a2faf6e60a

View File

@ -879,6 +879,7 @@ func (this *player) CMRedDot(hdr *f5.MsgHdr, msg *cs.CMRedDot) {
if num > 0 {
q5.SetBitFlag(&flags, 1)
}
rspMsg.Flags = proto.Int32(int32(flags))
this.SendMsg(rspMsg)
})
})