From 2a972d38eaff9faf895757de8f3c40c907b11870 Mon Sep 17 00:00:00 2001 From: wish Date: Sat, 16 Jul 2022 09:47:56 +1000 Subject: [PATCH] additional comment --- Erupe/server/channelserver/handlers_distitem.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Erupe/server/channelserver/handlers_distitem.go b/Erupe/server/channelserver/handlers_distitem.go index f278c1f16..0af0a3411 100644 --- a/Erupe/server/channelserver/handlers_distitem.go +++ b/Erupe/server/channelserver/handlers_distitem.go @@ -99,7 +99,7 @@ func handleMsgMhfApplyDistItem(s *Session, p mhfpacket.MHFPacket) { bf := byteframe.NewByteFrame() bf.WriteUint32(pkt.DistributionID) bf.WriteBytes(dist.Data) - bf.WriteUint32(uint32(time.Now().Unix())) + bf.WriteUint32(0) // Unk, purchase ID? doAckBufSucceed(s, pkt.AckHandle, bf.Data()) _, err = s.server.db.Exec(`