mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-17 09:24:50 +01:00
Removed remaining unks
This commit is contained in:
@@ -241,8 +241,8 @@ func handleMsgMhfEnumerateItem(s *Session, p mhfpacket.MHFPacket) {
|
||||
bf.WriteUint8(item.ItemType)
|
||||
bf.WriteUint16(item.Amount)
|
||||
bf.WriteUint16(item.ItemNo) //HACK:placed quest id in this field to fit with Item No pattern. however it could be another field... possibly the other unks.
|
||||
bf.WriteUint16(item.Unk4)
|
||||
bf.WriteUint32(item.Unk5)
|
||||
bf.WriteUint16(0) //Unk4
|
||||
bf.WriteUint32(0) //Unk5
|
||||
bf.WriteUint32(uint32(item.DeadLine.Unix()))
|
||||
}
|
||||
if len(items) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user