diff options
author | QAston <none@none> | 2010-08-04 14:39:45 +0200 |
---|---|---|
committer | QAston <none@none> | 2010-08-04 14:39:45 +0200 |
commit | 6353e7dd8cd189a80fc6773bf653f159fc3a41d3 (patch) | |
tree | 841ca8df929325ef8338c62f3b6c3b06cb06df5c /src/server/scripts/EasternKingdoms/hinterlands.cpp | |
parent | 850868c8a33550b60ad1ae0c92f7985409d17bdc (diff) |
*Update movement enums - thanks to Zor for info.
*Add functions for position data streaming.
--HG--
branch : trunk
Diffstat (limited to 'src/server/scripts/EasternKingdoms/hinterlands.cpp')
-rw-r--r-- | src/server/scripts/EasternKingdoms/hinterlands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/hinterlands.cpp b/src/server/scripts/EasternKingdoms/hinterlands.cpp index 12c5a3acda3..081d1b157e6 100644 --- a/src/server/scripts/EasternKingdoms/hinterlands.cpp +++ b/src/server/scripts/EasternKingdoms/hinterlands.cpp @@ -243,7 +243,7 @@ struct npc_rinjiAI : public npc_escortAI void JustSummoned(Creature* pSummoned) { - pSummoned->RemoveUnitMovementFlag(MOVEMENTFLAG_WALK_MODE); + pSummoned->RemoveUnitMovementFlag(MOVEMENTFLAG_WALKING); pSummoned->GetMotionMaster()->MovePoint(0, m_afAmbushMoveTo[m_iSpawnId].m_fX, m_afAmbushMoveTo[m_iSpawnId].m_fY, m_afAmbushMoveTo[m_iSpawnId].m_fZ); } |