diff options
Diffstat (limited to 'src/map/mail.c')
-rw-r--r-- | src/map/mail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mail.c b/src/map/mail.c index b2a4697e5..0f03ddd5c 100644 --- a/src/map/mail.c +++ b/src/map/mail.c @@ -28,6 +28,7 @@ void mail_clear(struct map_session_data *sd) sd->mail.index = 0; sd->mail.amount = 0; sd->mail.zeny = 0; + sd->auction.amount = 0; return; } |