mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +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 {
|
||||
if (IsRooted() || IsStunned() || IsMezzed())
|
||||
if (IsRooted() || IsStunned() || IsMezzed() || IsPseudoRooted())
|
||||
return 0;
|
||||
|
||||
int aa_mod = 0;
|
||||
|
||||
Reference in New Issue
Block a user