1
This commit is contained in:
parent
359971fc9d
commit
e6abb61885
@ -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();
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user