rollback unknown Festa values

This commit is contained in:
wish
2024-02-20 15:02:10 +11:00
parent a968f18438
commit c3409996ef

View File

@@ -399,10 +399,10 @@ func handleMsgMhfStateFestaG(s *Session, p mhfpacket.MHFPacket) {
return
}
resp.WriteUint32(guild.Souls)
resp.WriteInt32(0) // unk
resp.WriteInt32(1) // unk
resp.WriteInt32(1) // unk, rank?
resp.WriteInt32(0) // unk
resp.WriteInt32(0) // unk
resp.WriteInt32(1) // unk
resp.WriteInt32(1) // unk
doAckBufSucceed(s, pkt.AckHandle, resp.Data())
}