mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Fix typo
--HG-- branch : trunk
This commit is contained in:
@@ -107,7 +107,7 @@ void AggressorAI::EnterEvadeMode()
|
||||
i_creature.GetMotionMaster()->MoveTargetedHome();
|
||||
}
|
||||
else if (i_creature.GetOwner() && i_creature.GetOwner()->isAlive())
|
||||
i_creature.GetMotionMaster()->MoveFollow(owner,PET_FOLLOW_DIST,PET_FOLLOW_ANGLE);
|
||||
i_creature.GetMotionMaster()->MoveFollow(i_creature.GetOwner(),PET_FOLLOW_DIST,PET_FOLLOW_ANGLE);
|
||||
|
||||
i_creature.DeleteThreatList();
|
||||
i_victimGuid = 0;
|
||||
|
||||
@@ -130,5 +130,5 @@ ReactorAI::EnterEvadeMode()
|
||||
i_creature.GetMotionMaster()->MoveTargetedHome();
|
||||
}
|
||||
else if (i_creature.GetOwner() && i_creature.GetOwner()->isAlive())
|
||||
i_creature.GetMotionMaster()->MoveFollow(owner,PET_FOLLOW_DIST,PET_FOLLOW_ANGLE);
|
||||
i_creature.GetMotionMaster()->MoveFollow(i_creature.GetOwner(),PET_FOLLOW_DIST,PET_FOLLOW_ANGLE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user