diff --git a/src/server/game/Entities/Unit/Unit.h b/src/server/game/Entities/Unit/Unit.h index 42e94a53e2..e772710ffd 100644 --- a/src/server/game/Entities/Unit/Unit.h +++ b/src/server/game/Entities/Unit/Unit.h @@ -1222,6 +1222,7 @@ class TC_GAME_API Unit : public WorldObject virtual bool SetCanFly(bool enable, bool packetOnly = false); virtual bool SetWaterWalking(bool enable, bool packetOnly = false); virtual bool SetFeatherFall(bool enable, bool packetOnly = false); + void SetRooted(bool apply); virtual bool SetHover(bool enable, bool packetOnly = false, bool updateAnimTier = true); void SetInFront(WorldObject const* target); @@ -1930,7 +1931,6 @@ class TC_GAME_API Unit : public WorldObject void SetFeared(bool apply); void SetConfused(bool apply); void SetStunned(bool apply); - void SetRooted(bool apply); private: uint32 m_rootTimes; diff --git a/src/server/game/LuaEngine b/src/server/game/LuaEngine index e89b721691..eab1303700 160000 --- a/src/server/game/LuaEngine +++ b/src/server/game/LuaEngine @@ -1 +1 @@ -Subproject commit e89b721691331294e0db5c647a96593d161df632 +Subproject commit eab13037005ed05253c5f072f833f08c8374d800