1
This commit is contained in:
parent
59f8b0ac36
commit
fcd884df1e
@ -17,7 +17,11 @@
|
|||||||
|
|
||||||
#include "framework/cpp/httpclientpool.h"
|
#include "framework/cpp/httpclientpool.h"
|
||||||
|
|
||||||
|
#ifdef DEBUG
|
||||||
const int GUILD_MAX_MEMBER_NUM = 5;
|
const int GUILD_MAX_MEMBER_NUM = 5;
|
||||||
|
#else
|
||||||
|
const int GUILD_MAX_MEMBER_NUM = 20;
|
||||||
|
#endif
|
||||||
const int GUILD_MAX_ADMIN_NUM = 1;
|
const int GUILD_MAX_ADMIN_NUM = 1;
|
||||||
|
|
||||||
enum GuildApplyStatus_e
|
enum GuildApplyStatus_e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user