This commit is contained in:
aozhiwei 2024-04-22 21:10:44 +08:00
parent 8c56a6ae63
commit 808b1b0929

View File

@ -3339,7 +3339,7 @@ float Creature::GetSafeAreaRaidus()
float Creature::GetSpeed()
{
float speed = InternalGetSpeed();
speed = speed * (1.0f + GetAbility()->GetAttr(kHAT_vSpeedRateIn));
//speed = speed * (1.0f + GetAbility()->GetAttr(kHAT_vSpeedRateIn));
return speed;
}