Originally Posted by Raavak[You must be logged in to view images. Log in or Register.]
Have you counted the members of these guilds? TMO > 5% of the server.
Quote:
Originally Posted by Number of accounts logged in since December 1st
Code:
SELECT COUNT( DISTINCT ( account_id ) ) FROM `character_` WHERE timelaston > 1385856000
11587
Quote:
Originally Posted by Number of accounts logged in since December 1st in The Mystical Order
Code:
SELECT COUNT( DISTINCT ( account_id ) ) FROM `character_` a LEFT OUTER JOIN guild_members b ON b.char_id = a.id WHERE b.guild_id =589 AND timelaston > 1385856000