Issue information

Issue ID
#2310
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Oct 6, 2008 0:39
Last Post
Hercules Elf Bot
Oct 6, 2008 0:39
Confirmation
N/A

Hercules Elf Bot - Oct 6, 2008 0:39

Originally posted by [b]Ai4rei[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2310

Originally reported by TrillianX in ea's irc channel.

clif.c, func clif_friendslist_reqack:
CODE
WFIFOW(fd,4) = f_sd->status.account_id;
WFIFOW(fd,8) = f_sd->status.char_id;

should be
CODE
WFIFOL(fd,4) = f_sd->status.account_id;
WFIFOL(fd,8) = f_sd->status.char_id;