Fixed conflicts

This commit is contained in:
straticspaff
2022-05-04 02:37:39 +01:00
parent 4d2eda76fe
commit 276afbc218
2 changed files with 1 additions and 14 deletions

View File

@@ -8,13 +8,6 @@ import (
"github.com/Solenataris/Erupe/network/clientctx"
)
type Item struct {
Unk0 uint32
ItemId uint16
Amount uint16
Unk1 uint32
}
// MsgMhfUpdateUnionItem represents the MSG_MHF_UPDATE_UNION_ITEM
type MsgMhfUpdateUnionItem struct {
AckHandle uint32

View File

@@ -4,7 +4,6 @@ import (
"bytes"
"encoding/binary"
"encoding/hex"
"encoding/binary"
"fmt"
"io/ioutil"
@@ -407,11 +406,6 @@ func handleMsgMhfAcquireTitle(s *Session, p mhfpacket.MHFPacket) {}
func handleMsgMhfEnumerateTitle(s *Session, p mhfpacket.MHFPacket) {}
type Item struct {
ItemId uint16
Amount uint16
}
func handleMsgMhfEnumerateUnionItem(s *Session, p mhfpacket.MHFPacket) {
pkt := p.(*mhfpacket.MsgMhfEnumerateUnionItem)
var boxContents []byte