Issue information

Issue ID
#2986
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Apr 18, 2009 23:01
Last Post
Hercules Elf Bot
Apr 18, 2009 23:01
Confirmation
N/A

Hercules Elf Bot - Apr 18, 2009 23:01

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

In Char (and char_sql)

char.c
CODE
    WFIFOHEAD(fd,j + MAX_CHARS*108); // or 106(!)


must be
CODE
    if (char_rename)
        WFIFOHEAD(fd,j + MAX_CHARS*108);
    else
        WFIFOHEAD(fd,j + MAX_CHARS*106);


It's a possible source of error when use Rag/RagRE client.