1
This commit is contained in:
parent
8c56a6ae63
commit
808b1b0929
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user