mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 05:07:37 +00:00
update
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user