diff options
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r-- | src/map/chrif.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c index 239880f88..615755fd0 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -400,9 +400,6 @@ int chrif_changemapserverack(int account_id, int login_id1, int login_id2, int c } else clif_changemapserver(node->sd, map_index, x, y, ntohl(ip), ntohs(port)); - //Free session data from this map server [Kevin] - unit_free_pc(node->sd); - //Player has been saved already, remove him from memory. [Skotlex] chrif_auth_delete(account_id, char_id, ST_MAPCHANGE); |