mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
update
This commit is contained in:
+1
-1
@@ -543,7 +543,7 @@ float Mob::_GetMovementSpeed(int mod) const
|
||||
if (IsRooted())
|
||||
return 0.0f;
|
||||
else if (IsPseudoRooted())
|
||||
return 0.000001f;
|
||||
return 0.00001f;
|
||||
|
||||
float speed_mod = runspeed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user