diff options
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 69dabc00e..e0ddc6504 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -1774,7 +1774,7 @@ int clif_changemapserver(struct map_session_data *sd, char *mapname, int x, int WFIFOL(fd,22) = ip;
WFIFOW(fd,26) = port;
WFIFOSET(fd, packet_len_table[0x92]);
-
+
return 0;
}
|