- Fixed the int_homun.c compilation issue with Char-SQL.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8300 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex 2006-08-15 19:56:11 +00:00
parent c16d90c8a3
commit 80ded70c4f

View File

@ -142,7 +142,7 @@ int mapif_save_homunculus(int fd, int account_id, struct s_homunculus *hd)
else
{
flag = mapif_save_homunculus_skills(hd);
mapif_saved_homunculus(fd, flag);
mapif_saved_homunculus(fd, account_id, flag);
}
return flag;
}