This commit is contained in:
aozhiwei 2021-09-08 09:45:22 +00:00
parent 359971fc9d
commit e6abb61885
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ class Human : public Creature
std::string session_id;
std::string from_appid;
std::string team_uuid;
int init_team_member_num = 1;
int init_team_member_num = 0;
bool auto_fill = false;
int today_enter_times = 0;
int account_registertime = 0;