From 843e3e8f415864313f268cf1272b7d1c9c620035 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Mon, 3 Mar 2008 19:57:02 +0000 Subject: - By test, this seen to be a valid operation for mail. When a char receives the "New Mail" notification, it request the inbox again. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12286 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/map') diff --git a/src/map/clif.c b/src/map/clif.c index 21e1d5e46..e3cb75054 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -11441,9 +11441,6 @@ void clif_parse_Mail_refreshinbox(int fd, struct map_session_data *sd) { struct mail_data* md = &sd->mail.inbox; - if( mail_invalid_operation(sd) ) - return; - if( md->amount < MAIL_MAX_INBOX && (md->full || md->changed) ) intif_Mail_requestinbox(sd->status.char_id, 1); else -- cgit v1.2.3-70-g09d2