mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04: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