- 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:
parent
c16d90c8a3
commit
80ded70c4f
@ -142,7 +142,7 @@ int mapif_save_homunculus(int fd, int account_id, struct s_homunculus *hd)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
flag = mapif_save_homunculus_skills(hd);
|
flag = mapif_save_homunculus_skills(hd);
|
||||||
mapif_saved_homunculus(fd, flag);
|
mapif_saved_homunculus(fd, account_id, flag);
|
||||||
}
|
}
|
||||||
return flag;
|
return flag;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user