diff options
Diffstat (limited to 'src/map/homunculus.c')
-rw-r--r-- | src/map/homunculus.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/homunculus.c b/src/map/homunculus.c index c6546ce92..d46c55a52 100644 --- a/src/map/homunculus.c +++ b/src/map/homunculus.c @@ -445,8 +445,7 @@ int merc_hom_food(struct map_session_data *sd, struct homun_data *hd) clif_hom_food(sd,foodID,0); return 1; } - log_pick_pc(sd, LOG_TYPE_CONSUME, sd->status.inventory[i].nameid, -1, &sd->status.inventory[i]); - pc_delitem(sd,i,1,0,0); + pc_delitem(sd,i,1,0,0,LOG_TYPE_CONSUME); if ( hd->homunculus.hunger >= 91 ) { merc_hom_decrease_intimacy(hd, 50); |