diff options
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 446adda28..117a315e9 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -15773,7 +15773,7 @@ void clif_parse_mercenary_action(int fd, struct map_session_data* sd) if( sd->md == NULL ) return; - if( option == 2 ) mercenary->merc_delete(sd->md, 2); + if( option == 2 ) mercenary->delete(sd->md, 2); } |