diff options
Diffstat (limited to 'src/map/unit.c')
-rw-r--r-- | src/map/unit.c | 2 |
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: { |