mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-23 12:24:45 +01:00
invalid line
This commit is contained in:
@@ -99,7 +99,6 @@ func handleMsgMhfApplyDistItem(s *Session, p mhfpacket.MHFPacket) {
|
|||||||
bf := byteframe.NewByteFrame()
|
bf := byteframe.NewByteFrame()
|
||||||
bf.WriteUint32(pkt.DistributionID)
|
bf.WriteUint32(pkt.DistributionID)
|
||||||
bf.WriteBytes(dist.Data)
|
bf.WriteBytes(dist.Data)
|
||||||
bf.WriteUint32(0) // Unk, purchase ID?
|
|
||||||
doAckBufSucceed(s, pkt.AckHandle, bf.Data())
|
doAckBufSucceed(s, pkt.AckHandle, bf.Data())
|
||||||
|
|
||||||
_, err = s.server.db.Exec(`
|
_, err = s.server.db.Exec(`
|
||||||
|
|||||||
Reference in New Issue
Block a user