* 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:
parent
fab8d70468
commit
ce21da6bdb
@ -1,5 +1,6 @@
|
|||||||
Date Added
|
Date Added
|
||||||
12/2
|
12/2
|
||||||
|
* Fixed double login feature, resets online users when map connects to char [Wizputer]
|
||||||
* Changed all LOGS inserts to INSERT DELAYED (MySQL has this feature and cache unimportant queries, then
|
* Changed all LOGS inserts to INSERT DELAYED (MySQL has this feature and cache unimportant queries, then
|
||||||
executes them at once together = 10x faster) [Lupus]
|
executes them at once together = 10x faster) [Lupus]
|
||||||
* Skill Updates [celest]
|
* Skill Updates [celest]
|
||||||
|
@ -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",
|
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);
|
id, j, p[0], p[1], p[2], p[3], server[id].port);
|
||||||
printf("Map-server %d loading complete.\n", id);
|
printf("Map-server %d loading complete.\n", id);
|
||||||
|
set_all_offline();
|
||||||
}
|
}
|
||||||
WFIFOW(fd,0) = 0x2afb;
|
WFIFOW(fd,0) = 0x2afb;
|
||||||
WFIFOB(fd,2) = 0;
|
WFIFOB(fd,2) = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user