Skip to content

Commit

Permalink
Follow up 9b4d922.
Browse files Browse the repository at this point in the history
* Fixed Zeny doesn't updated when player cancels to send a mail with attached Zeny. Thank a91323

Signed-off-by: Cydh Ramdh <[email protected]>
  • Loading branch information
cydh committed Nov 18, 2014
1 parent 0ad6cdb commit e3a96c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/map/mail.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ int mail_removezeny(struct map_session_data *sd, short flag)
{ //Zeny send
pc_payzeny(sd,sd->mail.zeny,LOG_TYPE_MAIL, NULL);
}
if (sd->mail.zeny > 0)
clif_updatestatus(sd, SP_ZENY);
sd->mail.zeny = 0;

return 1;
Expand Down

0 comments on commit e3a96c8

Please sign in to comment.