summaryrefslogtreecommitdiff
path: root/src/map/intif.c
diff options
context:
space:
mode:
authorMatheus Macabu <mkbu95@gmail.com>2013-06-15 03:42:23 -0300
committerMatheus Macabu <mkbu95@gmail.com>2013-06-15 03:42:23 -0300
commitde3f4423058405636c76e05cd87a6eae0bfa7707 (patch)
tree3f296f3651a670a9cec07c3ef2c57fce30b5ca67 /src/map/intif.c
parentb745cb176a16e771bf5bbae43a7445cf160d1342 (diff)
downloadhercules-de3f4423058405636c76e05cd87a6eae0bfa7707.tar.gz
hercules-de3f4423058405636c76e05cd87a6eae0bfa7707.tar.bz2
hercules-de3f4423058405636c76e05cd87a6eae0bfa7707.tar.xz
hercules-de3f4423058405636c76e05cd87a6eae0bfa7707.zip
Forgot to change something.
Also added mail interface for HPM. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'src/map/intif.c')
-rw-r--r--src/map/intif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/intif.c b/src/map/intif.c
index 3cdf93487..f3931e79e 100644
--- a/src/map/intif.c
+++ b/src/map/intif.c
@@ -1582,7 +1582,7 @@ int intif_parse_Mail_getattach(int fd)
memcpy(&item, RFIFOP(fd,12), sizeof(struct item));
- mail_getattachment(sd, zeny, &item);
+ mail->getattachment(sd, zeny, &item);
return 0;
}
/*------------------------------------------
@@ -1718,7 +1718,7 @@ static void intif_parse_Mail_send(int fd)
if( sd != NULL )
{
if( fail )
- mail_deliveryfail(sd, &msg);
+ mail->deliveryfail(sd, &msg);
else
{
clif->mail_send(sd->fd, false);