* Fixed double login feature, resets online users when map connects to char [Wizputer]

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@439 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
wizputer
2004-12-03 02:29:00 +00:00
parent fab8d70468
commit ce21da6bdb
2 changed files with 2 additions and 0 deletions

View File

@@ -1560,6 +1560,7 @@ int parse_frommap(int fd) {
printf("Map-Server %d connected: %d maps, from IP %d.%d.%d.%d port %d.\n",
id, j, p[0], p[1], p[2], p[3], server[id].port);
printf("Map-server %d loading complete.\n", id);
set_all_offline();
}
WFIFOW(fd,0) = 0x2afb;
WFIFOB(fd,2) = 0;