MsgMhfTransferItem

Another post-quest packet that black screens without a response.
This commit is contained in:
SirFist
2020-03-02 03:20:10 +00:00
parent ad5cd8212a
commit 0daf7b55d4
2 changed files with 16 additions and 4 deletions

View File

@@ -1201,7 +1201,10 @@ func handleMsgMhfEnumerateItem(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)
s.QueueAck(pkt.AckHandle, []byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00})
}
func handleMsgMhfMercenaryHuntdata(s *Session, p mhfpacket.MHFPacket) {}