This commit is contained in:
aozhiwei 2020-10-14 19:02:11 +08:00
parent 042dd69737
commit c5b9b2570c

View File

@ -17,11 +17,7 @@
#include "framework/cpp/httpclientpool.h"
#ifdef DEBUG
const int GUILD_MAX_MEMBER_NUM = 5;
#else
const int GUILD_MAX_MEMBER_NUM = 20;
#endif
const int GUILD_MAX_MEMBER_NUM = 10;
const int GUILD_MAX_ADMIN_NUM = 1;
enum GuildApplyStatus_e