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.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/net/eathena/mail2recv.cpp b/src/net/eathena/mail2recv.cpp
index fb9a45ab8..a7197cf4c 100644
--- a/src/net/eathena/mail2recv.cpp
+++ b/src/net/eathena/mail2recv.cpp
@@ -153,4 +153,12 @@ void Mail2Recv::processMailDelete(Net::MessageIn &msg)
msg.readInt64("mail id");
}
+void Mail2Recv::processRequestMoney(Net::MessageIn &msg)
+{
+ UNIMPLEMENTEDPACKET;
+ msg.readInt64("mail id");
+ msg.readUInt8("open type");
+ msg.readUInt8("result");
+}
+
} // namespace EAthena