This commit is contained in:
aozhiwei 2020-10-12 13:44:11 +08:00
parent 8bbf8cd361
commit 75aa67e5cc

View File

@ -29,8 +29,13 @@
#include "framework/cpp/httpclientpool.h"
#if 1
static const int MAX_DAILY_APPPLY_GUILD_TIMES = 3;
static const int MAX_DAILY_CREATE_GUILD_TIMES = 20;
#else
static const int MAX_DAILY_APPPLY_GUILD_TIMES = 100;
static const int MAX_DAILY_CREATE_GUILD_TIMES = 20;
#endif
void Player::Init()
{