mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-27 15:32:24 +00:00
update
This commit is contained in:
parent
d69552d4df
commit
29ef1527e7
@ -543,7 +543,7 @@ float Mob::_GetMovementSpeed(int mod) const
|
|||||||
if (IsRooted())
|
if (IsRooted())
|
||||||
return 0.0f;
|
return 0.0f;
|
||||||
else if (IsPseudoRooted())
|
else if (IsPseudoRooted())
|
||||||
return 0.000001f;
|
return 0.00001f;
|
||||||
|
|
||||||
float speed_mod = runspeed;
|
float speed_mod = runspeed;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user