* [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:
Lance
2006-06-19 06:13:21 +00:00
parent 7dd00be871
commit 67e445d784
2 changed files with 3 additions and 1 deletions

View File

@@ -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);