diff options
author | gvcoman <none@none> | 2008-11-22 17:10:49 -0500 |
---|---|---|
committer | gvcoman <none@none> | 2008-11-22 17:10:49 -0500 |
commit | a28bea67da8e6d4dd8496a2a04b91b419bc1e7b5 (patch) | |
tree | c723bd9f88cbb56d180b3cf452e6f2f8734da48f /src/game/AggressorAI.cpp | |
parent | 915bc1acdac918f6a1c3017527e072652f59a613 (diff) |
Fix typo
--HG--
branch : trunk
Diffstat (limited to 'src/game/AggressorAI.cpp')
-rw-r--r-- | src/game/AggressorAI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/AggressorAI.cpp b/src/game/AggressorAI.cpp index 04e4f997e7f..4b090f3c799 100644 --- a/src/game/AggressorAI.cpp +++ b/src/game/AggressorAI.cpp @@ -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; |