mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Fix Pseudo Rooted for runspeed
This commit is contained in:
+1
-1
@@ -615,7 +615,7 @@ int Mob::_GetWalkSpeed() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int Mob::_GetRunSpeed() const {
|
int Mob::_GetRunSpeed() const {
|
||||||
if (IsRooted() || IsStunned() || IsMezzed())
|
if (IsRooted() || IsStunned() || IsMezzed() || IsPseudoRooted())
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
int aa_mod = 0;
|
int aa_mod = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user