Issue information

Issue ID
#4429
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Sep 10, 2010 19:38
Last Post
Hercules Elf Bot
Sep 10, 2010 19:38
Confirmation
N/A

Hercules Elf Bot - Sep 10, 2010 19:38

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

PACKETVER 20100721

have show map name in character select screen

but..

in function mmo_chars_fromsql was not read "last_map" from database

and...
mapindex_id2name(p->last_point.map)

in
CODE
#if PACKETVER >= 20100721
    mapindex_getmapname_ext(mapindex_id2name(p->last_point.map), (char*)WBUFP(buf,108));
    offset += 16;
#endif


function mapindex_id2name is show debug in char_server because p->last_point.map is is empty

I use 2010-07-21aRagexeRE.exe

This post has been edited by ServRo: Nov 3 2010, 08:39 AM