diff options
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index efdacae53..7a2d47f2b 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -3596,7 +3596,7 @@ int pc_setpos(struct map_session_data* sd, unsigned short mapindex, int x, int y chrif_changemapserver(sd, ip, (short)port); //Free session data from this map server [Kevin] - unit_free_pc(node->sd); + unit_free_pc(sd); return 0; } |