diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/map.c b/src/map/map.c index 62570b913..93508d966 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1670,8 +1670,7 @@ int map_quit(struct map_session_data *sd) { sd->state.waitingdisconnect = 1; if (sd->pd) unit_free(&sd->pd->bl); - if(sd->status.hom_id > 0 && sd->hd) //[orn] - merc_hom_delete(sd->hd, 2) ; + if (sd->hd) unit_free(&sd->hd->bl); unit_free(&sd->bl); chrif_save(sd,1); } else { //Try to free some data, without saving anything (this could be invoked on map server change. [Skotlex] |