summaryrefslogtreecommitdiff
path: root/src/map/chrif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r--src/map/chrif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c
index 9b0f7f875..eaedb8a4d 100644
--- a/src/map/chrif.c
+++ b/src/map/chrif.c
@@ -928,7 +928,7 @@ int chrif_deadopt(int father_id, int mother_id, int child_id)
sd->status.skill[WE_CALLBABY].id = 0;
sd->status.skill[WE_CALLBABY].lv = 0;
sd->status.skill[WE_CALLBABY].flag = 0;
- clif_skillinfoblock(sd);
+ clif_deleteskill(sd,WE_CALLBABY);
}
if( mother_id && (sd = map_charid2sd(mother_id)) != NULL && sd->status.child == child_id )
@@ -937,7 +937,7 @@ int chrif_deadopt(int father_id, int mother_id, int child_id)
sd->status.skill[WE_CALLBABY].id = 0;
sd->status.skill[WE_CALLBABY].lv = 0;
sd->status.skill[WE_CALLBABY].flag = 0;
- clif_skillinfoblock(sd);
+ clif_deleteskill(sd,WE_CALLBABY);
}
return 0;