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 66711d1b2..751c3b788 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -8502,7 +8502,7 @@ void clif_parse_TickSend(int fd, struct map_session_data *sd) { WFIFOW(fd,0)=0x7f; WFIFOL(fd,2)=gettick(); WFIFOSET(fd,packet_len_table[0x7f]); - flush_fifo(fd); // send immediatly so the client gets accurate "pings" + flush_fifo(fd,0); // send immediatly so the client gets accurate "pings" return; } |