Revert "look it's 3am ok"

This reverts commit e0aae07a43.
This commit is contained in:
SirFist
2020-03-02 03:22:08 +00:00
parent e0aae07a43
commit f5033d1517

View File

@@ -1202,7 +1202,7 @@ func handleMsgMhfEnumerateItem(s *Session, p mhfpacket.MHFPacket) {}
func handleMsgMhfAcquireItem(s *Session, p mhfpacket.MHFPacket) {}
func handleMsgMhfTransferItem(s *Session, p mhfpacket.MHFPacket) {
pkt := p.(*mhfpacket.MsgMhfTransferItem)
pkt := p.(*mhfpacket.MsgMhfEnumerateQuest)
s.QueueAck(pkt.AckHandle, []byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00})
}