summaryrefslogtreecommitdiff
path: root/src/map/pet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pet.c')
-rw-r--r--src/map/pet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pet.c b/src/map/pet.c
index 6026b1e..22d2af7 100644
--- a/src/map/pet.c
+++ b/src/map/pet.c
@@ -629,7 +629,7 @@ int pet_return_egg(struct map_session_data *sd)
*((long *)(&tmp_item.card[1])) = sd->pet.pet_id;
tmp_item.card[3] = sd->pet.rename_flag;
if((flag = pc_additem(sd,&tmp_item,1))) {
- clif_additem(sd,0,0,flag);
+ clif_additem(sd,0,0,flag);
map_addflooritem(&tmp_item,1,sd->bl.m,sd->bl.x,sd->bl.y,NULL,NULL,NULL,0);
}
if(battle_config.pet_status_support && sd->pet.intimate > 0) {