summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 69534c9ed..674770e4a 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -12469,6 +12469,8 @@ void clif_parse_mercenary_action(int fd, struct map_session_data* sd)
int option = RFIFOB(fd,2);
if( sd->md == NULL )
return;
+
+ if( option == 2 ) merc_delete(sd->md, 2);
}
/*------------------------------------------