summaryrefslogtreecommitdiff
path: root/src/map/unit.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-07-29 15:09:31 -0300
committershennetsind <ind@henn.et>2013-07-29 15:09:31 -0300
commit640c66779d8da4baa8af6bd0fee2583ec2b6143c (patch)
treee9df09e06fd350b36b57e4fc8751db9432d0fdc9 /src/map/unit.c
parent30cce75c040c211fccb0cf53f2ff572509b5a0aa (diff)
downloadhercules-640c66779d8da4baa8af6bd0fee2583ec2b6143c.tar.gz
hercules-640c66779d8da4baa8af6bd0fee2583ec2b6143c.tar.bz2
hercules-640c66779d8da4baa8af6bd0fee2583ec2b6143c.tar.xz
hercules-640c66779d8da4baa8af6bd0fee2583ec2b6143c.zip
Fixed Bug #7597 / Follow up b7171479a47490ff80bf04849f763158d6d96fac
http://hercules.ws/board/tracker/issue-7597-server-crash/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/unit.c')
-rw-r--r--src/map/unit.c2
1 files changed, 1 insertions, 1 deletions
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: {