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

@ -102,7 +102,7 @@ float Human::GetSpeed()
if (buff) { if (buff) {
return buff->meta->param2; return buff->meta->param2;
} }
} }
float speed = 1.0; float speed = 1.0;
if (downed) { if (downed) {
speed = meta->i->move_speed3(); speed = meta->i->move_speed3();

View File

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