Really fix MSG_MHF_SAVE_FAVORITE_QUEST

This commit is contained in:
Andrew Gutekanst
2019-12-27 08:25:23 +09:00
parent 78cc2be2c4
commit b756a02e6e

View File

@@ -22,6 +22,7 @@ func (m *MsgMhfSaveFavoriteQuest) Parse(bf *byteframe.ByteFrame) error {
m.AckHandle = bf.ReadUint32()
m.DataSize = bf.ReadUint16()
m.Data = bf.ReadBytes(uint(m.DataSize))
return nil
}
// Build builds a binary packet from the current data.