diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-30 13:25:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-12 13:39:11 +0300 |
commit | 48bbaaab4f73b0eb4416898bed286bcb5393f9ec (patch) | |
tree | 72b42c5066276164600ab5a7d755b2fcb38f1d7a /src/char/int_mail.c | |
parent | 58726366cecccc4cb44ec4978dc2620b54c5fb4f (diff) | |
download | hercules-48bbaaab4f73b0eb4416898bed286bcb5393f9ec.tar.gz hercules-48bbaaab4f73b0eb4416898bed286bcb5393f9ec.tar.bz2 hercules-48bbaaab4f73b0eb4416898bed286bcb5393f9ec.tar.xz hercules-48bbaaab4f73b0eb4416898bed286bcb5393f9ec.zip |
Remove useless checks from char server.
Diffstat (limited to 'src/char/int_mail.c')
-rw-r--r-- | src/char/int_mail.c | 1 |
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; |