From e73c1ee5e26f59380806d0dcd90c4ed6617e76ef Mon Sep 17 00:00:00 2001 From: ultramage Date: Tue, 11 Mar 2008 09:44:12 +0000 Subject: 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 --- src/map/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/map.h') 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); -- cgit v1.2.3-60-g2f50