diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-07-11 13:20:44 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-07-11 13:20:44 -0300 |
commit | 8cd740d2c77f69216f2c7d10f77773d30104ae83 (patch) | |
tree | 9ebd292541812b03fb3d3142c356f2a49c93443a /src/map/mail.c | |
parent | 94d75f867a6dae10f05a8c2399a301c66b53bce3 (diff) | |
download | hercules-8cd740d2c77f69216f2c7d10f77773d30104ae83.tar.gz hercules-8cd740d2c77f69216f2c7d10f77773d30104ae83.tar.bz2 hercules-8cd740d2c77f69216f2c7d10f77773d30104ae83.tar.xz hercules-8cd740d2c77f69216f2c7d10f77773d30104ae83.zip |
Fixed a little type (follow up to 94d75f8), also defaulted to 0 mute system.
Diffstat (limited to 'src/map/mail.c')
-rw-r--r-- | src/map/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mail.c b/src/map/mail.c index 021a51cde..93304bac0 100644 --- a/src/map/mail.c +++ b/src/map/mail.c @@ -200,4 +200,4 @@ void mail_defaults(void) mail->openmail = mail_openmail; mail->deliveryfail = mail_deliveryfail; mail->invalid_operation = mail_invalid_operation; -}
\ No newline at end of file +} |