From bb0a08a67c73be469c130567ec9e6c5b8a4a2963 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 3 Jul 2006 19:59:48 +0000 Subject: - Char-server SQL won't perform the reconnect cleanup routines when kick_on_disconnect is disabled. - Renamed summons_inherit_effects to summons_trigger_autospells as the setting now only makes the attacks of the slaves trigger the autospells of the master (as it should be). - Corrected code capping no_spawn_on_player to 50 when the max should be 100. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7459 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char/char.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/char') diff --git a/src/char/char.c b/src/char/char.c index 491e24f4e..8d51e6867 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -7,7 +7,7 @@ #include #else #include -#include +#include #include #endif @@ -3846,7 +3846,7 @@ int check_connect_login_server(int tid, unsigned int tick, int id, int data) { } session[login_fd]->func_parse = parse_tologin; realloc_fifo(login_fd, FIFOSIZE_SERVERLINK, FIFOSIZE_SERVERLINK); - WFIFOHEAD(login_fd, 86); + WFIFOHEAD(login_fd, 86); WFIFOW(login_fd,0) = 0x2710; memcpy(WFIFOP(login_fd,2), userid, 24); memcpy(WFIFOP(login_fd,26), passwd, 24); -- cgit v1.2.3-60-g2f50