From 79b36cc86e1c1c596e1b23874f2c5acf947807bc Mon Sep 17 00:00:00 2001 From: zephyrus Date: Mon, 3 Dec 2007 22:25:57 +0000 Subject: - Added a fix to prevent missing a mail attachment is map servers disconnect from char server. - Fixed the sprite of Wing of Victory. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11855 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/mail.h') diff --git a/src/map/mail.h b/src/map/mail.h index 1079fc560..bea33d3af 100644 --- a/src/map/mail.h +++ b/src/map/mail.h @@ -14,5 +14,6 @@ unsigned char mail_setitem(struct map_session_data *sd, int idx, int amount); bool mail_setattachment(struct map_session_data *sd, struct mail_message *msg); void mail_getattachment(struct map_session_data* sd, int zeny, struct item* item); int mail_openmail(struct map_session_data *sd); +void mail_deliveryfail(struct map_session_data *sd, struct mail_message *msg); #endif /* _MAIL_H_ */ -- cgit v1.2.3-70-g09d2