This commit is contained in:
aozhiwei 2020-10-12 13:48:24 +08:00
parent 75aa67e5cc
commit 2667ad8bf2

View File

@ -29,13 +29,8 @@
#include "framework/cpp/httpclientpool.h" #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_APPPLY_GUILD_TIMES = 100;
static const int MAX_DAILY_CREATE_GUILD_TIMES = 20; static const int MAX_DAILY_CREATE_GUILD_TIMES = 20;
#endif
void Player::Init() void Player::Init()
{ {