diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/map.c b/src/map/map.c index 98af550c2..c43ed5ca2 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1678,10 +1678,6 @@ int map_quit(struct map_session_data *sd) { unit_remove_map(&sd->pd->bl, 0); } } - if (sd->stack) { - script_free_stack(sd->stack); - sd->stack= NULL; - } //Do we really need to remove the name? idb_remove(charid_db,sd->status.char_id); |