diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-10 02:44:07 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-10 02:44:07 +0000 |
commit | 97af12ef15eb26b1891aca39951e115db1e24f1b (patch) | |
tree | a39d7b571dccaf8fe2854a84b0585edfd660b8b7 /src/map/clif.c | |
parent | 636baf0312a210f4f0a9da204756b6d4ff737c04 (diff) | |
download | hercules-97af12ef15eb26b1891aca39951e115db1e24f1b.tar.gz hercules-97af12ef15eb26b1891aca39951e115db1e24f1b.tar.bz2 hercules-97af12ef15eb26b1891aca39951e115db1e24f1b.tar.xz hercules-97af12ef15eb26b1891aca39951e115db1e24f1b.zip |
- Fixed a bug allow GM with notrade to send zeny.
- Added a fix into auction system allow to direct buy or increase your own bid if you reach the 5 bids limit.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12335 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 03a2b10b9..753916478 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -11642,9 +11642,7 @@ void clif_parse_Mail_setattach(int fd, struct map_session_data *sd) return; flag = mail_setitem(sd, idx, amount); - - if (idx > 0) - clif_Mail_setattachment(fd,idx,flag); + clif_Mail_setattachment(fd,idx,flag); } /*------------------------------------------ |