From 640c66779d8da4baa8af6bd0fee2583ec2b6143c Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 29 Jul 2013 15:09:31 -0300 Subject: Fixed Bug #7597 / Follow up b7171479a47490ff80bf04849f763158d6d96fac http://hercules.ws/board/tracker/issue-7597-server-crash/ Signed-off-by: shennetsind --- src/map/unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/unit.c') diff --git a/src/map/unit.c b/src/map/unit.c index 1860be342..9becb128e 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -2542,7 +2542,7 @@ int unit_free(struct block_list *bl, clr_type clrtype) if( sd ) sd->md = NULL; - mercenary->merc_contract_stop(md); + mercenary->contract_stop(md); break; } case BL_ELEM: { -- cgit v1.2.3-60-g2f50