summaryrefslogtreecommitdiff
path: root/src/net/eathena/mail2recv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/mail2recv.cpp')
-rw-r--r--src/net/eathena/mail2recv.cpp4
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)