diff options
| author | Malcrom <malcromdev@gmail.com> | 2013-12-04 01:05:56 -0330 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2013-12-04 01:05:56 -0330 |
| commit | c084b3d16e87a315f130a868162463b485146262 (patch) | |
| tree | 8ed4c3c069bfd8bdbb059c870aaabdd3b450557d | |
| parent | 4f61574467458de4d3301756a38cec758d4a035f (diff) | |
Core/SmartAI: Remove unneeded code added in error
| -rw-r--r-- | src/server/game/AI/SmartScripts/SmartAI.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/game/AI/SmartScripts/SmartAI.cpp b/src/server/game/AI/SmartScripts/SmartAI.cpp index 96c4cb9f5d0..c367ba0a5ed 100644 --- a/src/server/game/AI/SmartScripts/SmartAI.cpp +++ b/src/server/game/AI/SmartScripts/SmartAI.cpp @@ -474,10 +474,7 @@ void SmartAI::EnterEvadeMode() me->GetMotionMaster()->MoveFollow(target, mFollowDist, mFollowAngle); } else - { - mCanCombatMove = true; me->GetMotionMaster()->MoveTargetedHome(); - } Reset(); } |
