This commit is contained in:
aozhiwei 2021-03-17 14:18:50 +08:00
parent 11131887a0
commit 8dd5ae9d58

View File

@ -60,5 +60,5 @@ Buff* Hero::GetBuffByEffectId(int effect_id)
float Hero::GetSpeed()
{
return 0;
return 3;
}