summaryrefslogtreecommitdiff
path: root/src/net/eathena/mail2recv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/mail2recv.cpp')
-rw-r--r--src/net/eathena/mail2recv.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/eathena/mail2recv.cpp b/src/net/eathena/mail2recv.cpp
index 3f2049d18..fb9a45ab8 100644
--- a/src/net/eathena/mail2recv.cpp
+++ b/src/net/eathena/mail2recv.cpp
@@ -146,4 +146,11 @@ void Mail2Recv::processReadMail(Net::MessageIn &msg)
}
}
+void Mail2Recv::processMailDelete(Net::MessageIn &msg)
+{
+ UNIMPLEMENTEDPACKET;
+ msg.readUInt8("open type");
+ msg.readInt64("mail id");
+}
+
} // namespace EAthena