From a0b050fd82177f38b8bbf3360159d57886e2a347 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 26 Sep 2018 22:20:08 +0300 Subject: Update field names in packet CMSG_MAIL2_OPEN_MAILBOX. --- src/net/eathena/mail2handler.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/net/eathena/mail2handler.cpp b/src/net/eathena/mail2handler.cpp index 586fd2a0b..7097333bc 100644 --- a/src/net/eathena/mail2handler.cpp +++ b/src/net/eathena/mail2handler.cpp @@ -222,11 +222,9 @@ void Mail2Handler::openMailBox(const MailOpenTypeT openType) const createOutPacket(CMSG_MAIL2_OPEN_MAILBOX); if (packetVersion >= 20170419) { - outMsg.writeInt64(0, "mail id"); - outMsg.writeInt32(0, "unknown 1"); - outMsg.writeInt32(0, "unknown 2"); - outMsg.writeInt32(0, "unknown 3"); - outMsg.writeInt32(0, "unknown 4"); + outMsg.writeInt64(0, "char mail id"); + outMsg.writeInt64(0, "return mail id"); + outMsg.writeInt64(0, "account mail id"); } else { -- cgit v1.2.3-60-g2f50