mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-14 02:32:25 +00:00
Fix Pseudo Rooted for runspeed
This commit is contained in:
parent
8174428189
commit
8dccc8bf90
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user