diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/net/eathena/mail2recv.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/mail2recv.cpp b/src/net/eathena/mail2recv.cpp index 0ed6f44f0..207c222fe 100644 --- a/src/net/eathena/mail2recv.cpp +++ b/src/net/eathena/mail2recv.cpp @@ -68,8 +68,8 @@ namespace Mail2Recv void Mail2Recv::processMailIcon(Net::MessageIn &msg) { - UNIMPLEMENTEDPACKET; - msg.readUInt8("show icon"); + // ignored, because if has new mail, server send chat message already. + msg.readUInt8("has new mail"); } void Mail2Recv::processOpenNewMailWindow(Net::MessageIn &msg) |