Merge pull request #114 from rathena/hotfix/mail-cancel
Follow up 9b4d922.
This commit is contained in:
commit
9f8af95a88
@ -52,6 +52,8 @@ int mail_removezeny(struct map_session_data *sd, short flag)
|
|||||||
{ //Zeny send
|
{ //Zeny send
|
||||||
pc_payzeny(sd,sd->mail.zeny,LOG_TYPE_MAIL, NULL);
|
pc_payzeny(sd,sd->mail.zeny,LOG_TYPE_MAIL, NULL);
|
||||||
}
|
}
|
||||||
|
if (sd->mail.zeny > 0)
|
||||||
|
clif_updatestatus(sd, SP_ZENY);
|
||||||
sd->mail.zeny = 0;
|
sd->mail.zeny = 0;
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user