Merge branch 'main' into feature/diva

This commit is contained in:
wish
2022-12-24 19:43:58 +11:00
17 changed files with 754 additions and 297 deletions

View File

@@ -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())
}