add comments

This commit is contained in:
wish
2022-11-18 20:56:36 +11:00
parent 3294d0e222
commit 539fcf9f07

View File

@@ -1501,9 +1501,9 @@ func handleMsgMhfGetEtcPoints(s *Session, p mhfpacket.MHFPacket) {
resp := byteframe.NewByteFrame() resp := byteframe.NewByteFrame()
resp.WriteUint8(0x3) // Maybe a count of uint32(s)? resp.WriteUint8(0x3) // Maybe a count of uint32(s)?
resp.WriteUint32(0) resp.WriteUint32(0) // Point bonus quests
resp.WriteUint32(14) resp.WriteUint32(0) // Daily quests
resp.WriteUint32(14) resp.WriteUint32(0) // HS promotion points
doAckBufSucceed(s, pkt.AckHandle, resp.Data()) doAckBufSucceed(s, pkt.AckHandle, resp.Data())
} }