summaryrefslogtreecommitdiff
path: root/src/char/int_mail.c
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2015-07-15 14:08:59 +0200
committerHaruna <haru@dotalux.com>2015-07-15 14:08:59 +0200
commit9a2f6e96f54ed1c3931bc441ed31da51bf785fdb (patch)
treedeb6150d689b5f4bc0e8fe0e241183d2f6ac1cdc /src/char/int_mail.c
parentebfc9c3f8d740414b13fff86bad44d077d7ae81e (diff)
parent245cab6b53ef3062608546a6fdb79af23f4e9780 (diff)
downloadhercules-9a2f6e96f54ed1c3931bc441ed31da51bf785fdb.tar.gz
hercules-9a2f6e96f54ed1c3931bc441ed31da51bf785fdb.tar.bz2
hercules-9a2f6e96f54ed1c3931bc441ed31da51bf785fdb.tar.xz
hercules-9a2f6e96f54ed1c3931bc441ed31da51bf785fdb.zip
Merge pull request #564 from 4144/checks
Add missing check to login and char server and remove useless checks from char and map servers
Diffstat (limited to 'src/char/int_mail.c')
-rw-r--r--src/char/int_mail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/char/int_mail.c b/src/char/int_mail.c
index 0d46339e0..d4bfe14e4 100644
--- a/src/char/int_mail.c
+++ b/src/char/int_mail.c
@@ -459,7 +459,6 @@ void inter_mail_sendmail(int send_id, const char* send_name, int dest_id, const
nullpo_retv(dest_name);
nullpo_retv(title);
nullpo_retv(body);
- nullpo_retv(item);
memset(&msg, 0, sizeof(struct mail_message));
msg.send_id = send_id;