From 6353e7dd8cd189a80fc6773bf653f159fc3a41d3 Mon Sep 17 00:00:00 2001 From: QAston Date: Wed, 4 Aug 2010 14:39:45 +0200 Subject: *Update movement enums - thanks to Zor for info. *Add functions for position data streaming. --HG-- branch : trunk --- src/server/scripts/EasternKingdoms/hinterlands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/EasternKingdoms/hinterlands.cpp') 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); } -- cgit v1.2.3