summaryrefslogtreecommitdiff
path: root/src/map/chrif.c
diff options
context:
space:
mode:
authorshinomori <shinomori@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-04-03 15:53:04 +0000
committershinomori <shinomori@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-04-03 15:53:04 +0000
commit74362c7e51463fdc5008ea0ba9ebfb56b2e0994a (patch)
tree0027e5d34aa90fcf04a7a77111f2be4cc8ef4a18 /src/map/chrif.c
parent922830421a2ac8c3ffa21fa64479801207a0bde0 (diff)
downloadhercules-74362c7e51463fdc5008ea0ba9ebfb56b2e0994a.tar.gz
hercules-74362c7e51463fdc5008ea0ba9ebfb56b2e0994a.tar.bz2
hercules-74362c7e51463fdc5008ea0ba9ebfb56b2e0994a.tar.xz
hercules-74362c7e51463fdc5008ea0ba9ebfb56b2e0994a.zip
integrating anti freeze system to server status update, should cure dropping server connections [Shinomori]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1389 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r--src/map/chrif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c
index d23bf8b52..e250c8a18 100644
--- a/src/map/chrif.c
+++ b/src/map/chrif.c
@@ -1071,7 +1071,7 @@ int chrif_parse(int fd)
case 0x2afb: chrif_sendmapack(fd); break;
case 0x2afd: pc_authok(RFIFOL(fd,4), RFIFOL(fd,8), (time_t)RFIFOL(fd,12), (struct mmo_charstatus*)RFIFOP(fd,16)); break;
case 0x2afe: pc_authfail(RFIFOL(fd,2)); break;
- case 0x2b00: map_setusers(RFIFOL(fd,2)); break;
+ case 0x2b00: map_setusers(fd); break;
case 0x2b03: clif_charselectok(RFIFOL(fd,2)); break;
case 0x2b04: chrif_recvmap(fd); break;
case 0x2b06: chrif_changemapserverack(fd); break;