mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 19:56:38 +00:00
bug fix for push while rooted (#1949)
This commit is contained in:
@@ -1059,6 +1059,7 @@ public:
|
||||
inline const bool IsRoamer() const { return roamer; }
|
||||
inline const int GetWanderType() const { return wandertype; }
|
||||
inline const bool IsRooted() const { return rooted || permarooted; }
|
||||
inline const bool IsPermaRooted() const { return permarooted; }
|
||||
int GetSnaredAmount();
|
||||
inline const bool IsPseudoRooted() const { return pseudo_rooted; }
|
||||
inline void SetPseudoRoot(bool prState) { pseudo_rooted = prState; }
|
||||
|
||||
Reference in New Issue
Block a user