diff options
Diffstat (limited to 'src/map/chrif.hpp')
-rw-r--r-- | src/map/chrif.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/chrif.hpp b/src/map/chrif.hpp index 5b0341e..82bfe0d 100644 --- a/src/map/chrif.hpp +++ b/src/map/chrif.hpp @@ -16,7 +16,7 @@ int chrif_save (struct map_session_data *); int chrif_charselectreq (struct map_session_data *); int chrif_changemapserver (struct map_session_data *sd, char *name, int x, - int y, int ip, short port); + int y, struct in_addr ip, short port); int chrif_searchcharid (int char_id); int chrif_changegm (int id, const char *pass, int len); |