summaryrefslogtreecommitdiff
path: root/src/net/eathena/mail2recv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 01:03:20 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 01:03:20 +0300
commit302519fb539d17a10061d590f051a23633be6cc4 (patch)
tree8e1b36b32e867f538f3d17960b4d8473cb699fb5 /src/net/eathena/mail2recv.cpp
parent66472d9fcad0938fe2ba97138341043e89ace142 (diff)
downloadManaVerse-302519fb539d17a10061d590f051a23633be6cc4.tar.gz
ManaVerse-302519fb539d17a10061d590f051a23633be6cc4.tar.bz2
ManaVerse-302519fb539d17a10061d590f051a23633be6cc4.tar.xz
ManaVerse-302519fb539d17a10061d590f051a23633be6cc4.zip
Add packet SMSG_RODEX_OPEN_NEW_MAIL_WINDOW 0x0a12.
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 1a07bfc52..30cf22cd4 100644
--- a/src/net/eathena/mail2recv.cpp
+++ b/src/net/eathena/mail2recv.cpp
@@ -35,4 +35,11 @@ void Mail2Recv::processMailIcon(Net::MessageIn &msg)
msg.readUInt8("show icon");
}
+void Mail2Recv::processOpenNewMailWindow(Net::MessageIn &msg)
+{
+ UNIMPLEMENTEDPACKET;
+ msg.readString(24, "receiver");
+ msg.readUInt8("result");
+}
+
} // namespace EAthena