summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
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;
}