From 55c32e60060d55f9c720109ec350942a5a2e0c9d Mon Sep 17 00:00:00 2001 From: Inkfish Date: Fri, 15 Jan 2010 10:40:18 +0000 Subject: * Fixed change cart packet doesn't check for skill. * Added new packets for Plagiarism. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14218 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/chrif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/chrif.c') 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; -- cgit v1.2.3-60-g2f50