From 7455618ea743531d6fa83ab905e97f6c32b57c60 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 13 Apr 2006 20:24:06 +0000 Subject: - Changed the Warning of char-server disconnected to a status in the login-TXT server (SQL already had it fixed) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6050 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/login') diff --git a/src/login/login.c b/src/login/login.c index 1c75a2469..156ab77e7 100644 --- a/src/login/login.c +++ b/src/login/login.c @@ -1399,7 +1399,7 @@ int parse_fromchar(int fd) { session[fd]->eof = 1; if(session[fd]->eof) { if (id < MAX_SERVERS) { - ShowWarning("Char-server '%s' has disconnected.\n", server[id].name); + ShowStatus("Char-server '%s' has disconnected.\n", server[id].name); login_log("Char-server '%s' has disconnected (ip: %s)." RETCODE, server[id].name, ip); server_fd[id] = -1; -- cgit v1.2.3-70-g09d2