- 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
This commit is contained in:
skotlex 2006-04-13 20:24:06 +00:00
parent a9c1cfc172
commit ef97447f1c

View File

@ -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;