summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-11 09:44:12 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-11 09:44:12 +0000
commite73c1ee5e26f59380806d0dcd90c4ed6617e76ef (patch)
treee70f78223b4f35b72a3a1174a8a5294333d913e1 /src/map/map.h
parent66773fbfe4b20141c76241c79b53893d7890cfd0 (diff)
downloadhercules-e73c1ee5e26f59380806d0dcd90c4ed6617e76ef.tar.gz
hercules-e73c1ee5e26f59380806d0dcd90c4ed6617e76ef.tar.bz2
hercules-e73c1ee5e26f59380806d0dcd90c4ed6617e76ef.tar.xz
hercules-e73c1ee5e26f59380806d0dcd90c4ed6617e76ef.zip
Replaced clif_countusers() with a more efficient alternative (thanks to the fact that pc_db now only holds fully authed players only).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12339 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index eac91c219..06d3922c7 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1269,6 +1269,7 @@ extern char wisp_server_name[];
// 鯖全体情報
void map_setusers(int);
int map_getusers(void);
+int map_usercount(void);
// block削除関連
int map_freeblock(struct block_list *bl);
int map_freeblock_lock(void);