From a31d04361d3bbfa96519ecd2632e09e6fcb26e04 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Wed, 7 Nov 2007 20:45:16 +0000 Subject: - Added separated packets for get and set attachment on mail system. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11693 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/intif.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/intif.c') diff --git a/src/map/intif.c b/src/map/intif.c index d54441f4e..089d776f6 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -1568,7 +1568,10 @@ int intif_parse_Mail_getattach(int fd) memcpy(&item, RFIFOP(fd,12), sizeof(struct item)); if (item.nameid > 0 && item.amount > 0) + { pc_additem(sd, &item, item.amount); + clif_Mail_getattachment(sd->fd, 0); + } return 0; } -- cgit v1.2.3-70-g09d2