From ef97447f1ce1939ba48cb3cca4d755f862213c50 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 13 Apr 2006 20:24:06 +0000 Subject: [PATCH] - Changed the Warning of char-server disconnected to a status in the login-TXT server (SQL already had it fixed) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6050 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/login/login.c b/src/login/login.c index 1c75a24696..156ab77e7a 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;