set default StagePrefix for Find Party

This commit is contained in:
wish
2023-07-22 13:40:01 +10:00
parent c3ee5ef759
commit c625f595e3

View File

@@ -453,7 +453,9 @@ func handleMsgMhfTransitMessage(s *Session, p mhfpacket.MHFPacket) {
RankRestriction uint16
Targets []uint16
}
findPartyParams := FindPartyParams{}
findPartyParams := FindPartyParams{
StagePrefix: "sl2Ls210",
}
bf := byteframe.NewByteFrameFromBytes(pkt.MessageData)
numParams := int(bf.ReadUint8())
maxResults := bf.ReadUint16()