mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
Core/Misc: Apply various cosmetic changes that were made to 3.3.5 branch when porting master branch code there
This commit is contained in:
@@ -69,8 +69,8 @@ void SmartAI::StartPath(bool run/* = false*/, uint32 pathId/* = 0*/, bool repeat
|
||||
|
||||
if (invoker && invoker->GetTypeId() == TYPEID_PLAYER)
|
||||
{
|
||||
_escortNPCFlags = me->m_unitData->NpcFlags[0];
|
||||
me->ReplaceAllNpcFlags((NPCFlags)0);
|
||||
_escortNPCFlags = me->GetNpcFlags();
|
||||
me->ReplaceAllNpcFlags(UNIT_NPC_FLAG_NONE);
|
||||
}
|
||||
|
||||
me->GetMotionMaster()->MovePath(_path, _repeatWaypointPath);
|
||||
|
||||
Reference in New Issue
Block a user