diff options
author | gepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-13 19:00:49 +0000 |
---|---|---|
committer | gepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-13 19:00:49 +0000 |
commit | 239a6b0dbb53c6a1c0df2f90a43627ab144255ea (patch) | |
tree | b26bc06f4bba7a73e4e0e87836123a80c690f9ad /src/map/intif.c | |
parent | d09a65227657845550ba2ea310c5cf669646d433 (diff) | |
download | hercules-239a6b0dbb53c6a1c0df2f90a43627ab144255ea.tar.gz hercules-239a6b0dbb53c6a1c0df2f90a43627ab144255ea.tar.bz2 hercules-239a6b0dbb53c6a1c0df2f90a43627ab144255ea.tar.xz hercules-239a6b0dbb53c6a1c0df2f90a43627ab144255ea.zip |
Fixed mail system not notifying about new messages that were received from another map-server (bugreport:1651).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15684 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/intif.c')
-rw-r--r-- | src/map/intif.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/map/intif.c b/src/map/intif.c index c0d9050c5..3bfb608de 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -1661,17 +1661,6 @@ static void intif_parse_Mail_send(int fd) chrif_save(sd, 0); } } - - if( fail ) - return; - - // notify recipient (if online) - sd = map_charid2sd(msg.dest_id); - if( sd != NULL ) - { - sd->mail.changed = true; - clif_Mail_new(sd->fd, msg.id, msg.send_name, msg.title); - } } static void intif_parse_Mail_new(int fd) |