Number of accounts that one character table will manage.
[Visual Basic] Public const ACCOUNTS_PER_CHARACTER_TABLE As Integer = 1250 [C#] public const int ACCOUNTS_PER_CHARACTER_TABLE = 1250; [C++] public: const int ACCOUNTS_PER_CHARACTER_TABLE = 1250; [JScript] public const var ACCOUNTS_PER_CHARACTER_TABLE: int = 1250;
Database Class | croemud.database Namespace