diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-12 08:55:36 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-12 08:55:36 +0000 |
commit | 2f6e6453f6296a6335cf6fccbfe0567584ebdbde (patch) | |
tree | c1239f5528ea9254381e78aae0f5d520283151f8 /src/map/mail.h | |
parent | 164c37ba01a9a727a2134ec606f875d6aa770413 (diff) | |
download | hercules-2f6e6453f6296a6335cf6fccbfe0567584ebdbde.tar.gz hercules-2f6e6453f6296a6335cf6fccbfe0567584ebdbde.tar.bz2 hercules-2f6e6453f6296a6335cf6fccbfe0567584ebdbde.tar.xz hercules-2f6e6453f6296a6335cf6fccbfe0567584ebdbde.zip |
- Important fix to Mail System allowing (by a low change) items duple.
- Added picklog to mail.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11721 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mail.h')
-rw-r--r-- | src/map/mail.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/mail.h b/src/map/mail.h index 1228f5772..1079fc560 100644 --- a/src/map/mail.h +++ b/src/map/mail.h @@ -11,8 +11,8 @@ time_t mail_calctimes(void); int mail_removeitem(struct map_session_data *sd, short flag); int mail_removezeny(struct map_session_data *sd, short flag); unsigned char mail_setitem(struct map_session_data *sd, int idx, int amount); -bool mail_getattach(struct map_session_data *sd, struct mail_message *msg); -bool mail_checkattach(struct map_session_data *sd); +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); #endif /* _MAIL_H_ */ |