summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-03 19:57:02 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-03 19:57:02 +0000
commit843e3e8f415864313f268cf1272b7d1c9c620035 (patch)
tree9557eeb222c774c1c8eadb177fdd865e6cd52472 /src
parentbfb7cfc5376d668d8e937637bd8cc2dad7bdaa90 (diff)
downloadhercules-843e3e8f415864313f268cf1272b7d1c9c620035.tar.gz
hercules-843e3e8f415864313f268cf1272b7d1c9c620035.tar.bz2
hercules-843e3e8f415864313f268cf1272b7d1c9c620035.tar.xz
hercules-843e3e8f415864313f268cf1272b7d1c9c620035.zip
- 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
Diffstat (limited to 'src')
-rw-r--r--src/map/clif.c3
1 files changed, 0 insertions, 3 deletions
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