summaryrefslogtreecommitdiff
path: root/src/net/eathena/mail2recv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 16:06:11 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 16:06:11 +0300
commit1717d7a8a4d8f4695cf38950aeffd41c7d10c3a7 (patch)
tree9818bddfa54b892bacd2841d3975a10cbf9cd459 /src/net/eathena/mail2recv.cpp
parent94226692bc1a79eb35881ac37f9c7ffc825b4b2f (diff)
downloadManaVerse-1717d7a8a4d8f4695cf38950aeffd41c7d10c3a7.tar.gz
ManaVerse-1717d7a8a4d8f4695cf38950aeffd41c7d10c3a7.tar.bz2
ManaVerse-1717d7a8a4d8f4695cf38950aeffd41c7d10c3a7.tar.xz
ManaVerse-1717d7a8a4d8f4695cf38950aeffd41c7d10c3a7.zip
Add packet SMSG_RODEX_REQUEST_ITEMS 0x09f4.
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 a7197cf4c..ec5f8d6a8 100644
--- a/src/net/eathena/mail2recv.cpp
+++ b/src/net/eathena/mail2recv.cpp
@@ -161,4 +161,12 @@ void Mail2Recv::processRequestMoney(Net::MessageIn &msg)
msg.readUInt8("result");
}
+void Mail2Recv::processRequestItems(Net::MessageIn &msg)
+{
+ UNIMPLEMENTEDPACKET;
+ msg.readInt64("mail id");
+ msg.readUInt8("open type");
+ msg.readUInt8("result");
+}
+
} // namespace EAthena