1
This commit is contained in:
parent
8bbf8cd361
commit
75aa67e5cc
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user