Small bug for r12481 :)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12482 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Kevin 2008-04-04 22:22:18 +00:00
parent 41cccac36c
commit 165bac9140

View File

@ -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); chrif_changemapserver(sd, ip, (short)port);
//Free session data from this map server [Kevin] //Free session data from this map server [Kevin]
unit_free_pc(node->sd); unit_free_pc(sd);
return 0; return 0;
} }