diff --git a/src/map/mail.c b/src/map/mail.c index 19819b7644..360e5c7213 100644 --- a/src/map/mail.c +++ b/src/map/mail.c @@ -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;