diff options
-rw-r--r-- | src/net/eathena/mail2handler.cpp | 8 |
1 files 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 { |