summaryrefslogtreecommitdiff
path: root/src/net/eathena/mail2recv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 02:28:28 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 02:28:28 +0300
commit255660c6bd40f40188b5b9a4d89cb879d10924a5 (patch)
treeceb3d9b7d00580e12ee4e855cdca4c149a8f7367 /src/net/eathena/mail2recv.cpp
parent65bd35dfb2567a6c13d384992ba20e6ac50b404f (diff)
downloadplus-255660c6bd40f40188b5b9a4d89cb879d10924a5.tar.gz
plus-255660c6bd40f40188b5b9a4d89cb879d10924a5.tar.bz2
plus-255660c6bd40f40188b5b9a4d89cb879d10924a5.tar.xz
plus-255660c6bd40f40188b5b9a4d89cb879d10924a5.zip
Add packet SMSG_RODEX_SEND_RESULT 0x09ed.
Diffstat (limited to 'src/net/eathena/mail2recv.cpp')
-rw-r--r--src/net/eathena/mail2recv.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/mail2recv.cpp b/src/net/eathena/mail2recv.cpp
index 4b1b53581..8c3c7cdbb 100644
--- a/src/net/eathena/mail2recv.cpp
+++ b/src/net/eathena/mail2recv.cpp
@@ -90,4 +90,10 @@ void Mail2Recv::processCheckNameResult(Net::MessageIn &msg)
msg.readString(24, "name");
}
+void Mail2Recv::processSendResult(Net::MessageIn &msg)
+{
+ UNIMPLEMENTEDPACKET;
+ msg.readUInt8("result");
+}
+
} // namespace EAthena