* [Fixed]:
- Typo in parse_frommap. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7240 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -2563,7 +2563,7 @@ int parse_frommap(int fd) {
|
||||
character->char_id == cid)
|
||||
{
|
||||
memcpy(&char_data, RFIFOP(fd,13), sizeof(struct mmo_charstatus));
|
||||
mmo_char_tosql(cid, &char_dat);
|
||||
mmo_char_tosql(cid, char_dat);
|
||||
} else
|
||||
ShowError("parse_from_map (save-char): Received data for non-existant/offline character (%d:%d)!\n", aid, cid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user