diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index ee003a66a..782b51d79 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -3360,7 +3360,7 @@ int pc_setpos(struct map_session_data *sd,unsigned short mapindex,int x,int y,in unit_remove_map(&sd->pd->bl, clrtype); } if(sd->status.hom_id > 0 && sd->hd) { //orn - intif_homunculus_requestsave(sd->status.account_id, &sd->homunculus); + intif_homunculus_requestsave(sd->status.account_id, &sd->hd->homunculus); unit_remove_map(&sd->hd->bl, clrtype); } chrif_save(sd,2); |