mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-16 17:05:03 +01:00
look it's 3am ok
This commit is contained in:
@@ -1202,7 +1202,7 @@ func handleMsgMhfEnumerateItem(s *Session, p mhfpacket.MHFPacket) {}
|
|||||||
func handleMsgMhfAcquireItem(s *Session, p mhfpacket.MHFPacket) {}
|
func handleMsgMhfAcquireItem(s *Session, p mhfpacket.MHFPacket) {}
|
||||||
|
|
||||||
func handleMsgMhfTransferItem(s *Session, p mhfpacket.MHFPacket) {
|
func handleMsgMhfTransferItem(s *Session, p mhfpacket.MHFPacket) {
|
||||||
pkt := p.(*mhfpacket.MsgMhfEnumerateQuest)
|
pkt := p.(*mhfpacket.MsgMhfTransferItem)
|
||||||
s.QueueAck(pkt.AckHandle, []byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00})
|
s.QueueAck(pkt.AckHandle, []byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user