Issue information

Issue ID
#6764
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Oct 7, 2012 4:44
Last Post
Hercules Elf Bot
Nov 9, 2012 0:27
Confirmation
N/A

Hercules Elf Bot - Oct 7, 2012 4:44

Originally posted by [b]mkbu95[/b]
I found this line in mail_clear function (mail.c)
[code]void mail_clear(struct map_session_data *sd)
{
sd->mail.nameid = 0;
sd->mail.index = 0;
sd->mail.amount = 0;
sd->mail.zeny = 0;
sd->auction.amount = 0; <-----------------

return;
}[/code]

Blame shows that the line was added in [rev=12301/trunk/src/map/mail.c] (eA).
Is that line supposed to be there?

This post has been edited by Brian on Oct 7, 2012 5:53

Hercules Elf Bot - Oct 7, 2012 14:11

Originally posted by [b]Ind[/b]
my my you have such keen eyes. It doesn't look like it belong there -- a quick glance over occurences of auction.amount makes me think so.

Hercules Elf Bot - Nov 9, 2012 0:27

Originally posted by [b]mkbu95[/b]
Fixed in [rev=16881].