diff options
Diffstat (limited to 'src/map/mercenary.c')
-rw-r--r-- | src/map/mercenary.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/mercenary.c b/src/map/mercenary.c index 9030e6e90..3e3d8a906 100644 --- a/src/map/mercenary.c +++ b/src/map/mercenary.c @@ -76,7 +76,6 @@ int merc_hom_dead(struct homun_data *hd, struct block_list *src) if (!sd) //unit remove map will invoke unit free return 3; - clif_hominfo(sd,hd,0); // Send dead flag clif_emotion(&sd->bl, 28) ; //sob //Remove from map (if it has no intimacy, it is auto-removed from memory) return 3; |