diff options
Diffstat (limited to 'src/net/eathena/mail2recv.cpp')
-rw-r--r-- | src/net/eathena/mail2recv.cpp | 7 |
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 |