mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 07:25:03 +01:00
add comments
This commit is contained in:
@@ -1501,9 +1501,9 @@ func handleMsgMhfGetEtcPoints(s *Session, p mhfpacket.MHFPacket) {
|
||||
|
||||
resp := byteframe.NewByteFrame()
|
||||
resp.WriteUint8(0x3) // Maybe a count of uint32(s)?
|
||||
resp.WriteUint32(0)
|
||||
resp.WriteUint32(14)
|
||||
resp.WriteUint32(14)
|
||||
resp.WriteUint32(0) // Point bonus quests
|
||||
resp.WriteUint32(0) // Daily quests
|
||||
resp.WriteUint32(0) // HS promotion points
|
||||
|
||||
doAckBufSucceed(s, pkt.AckHandle, resp.Data())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user