diff options
author | Nay <dnpd.dd@gmail.com> | 2013-03-08 16:25:05 -0800 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2013-03-08 16:25:05 -0800 |
commit | 41c7f35a31b81cc58f8eda0a2e7b423c34413b52 (patch) | |
tree | de8bc0a77b2091b9823319e08b85566f9142b59c /src/server/game/AI/CreatureAI.cpp | |
parent | c7463c5f6cd3d882a960eff2cbd414f33ddf0b32 (diff) | |
parent | 49fd11ab5aebcbce86ca2ee48711287cf020d798 (diff) |
Merge pull request #9385 from thomas007788/Doxygen
First step of comment style refactoring to doxygen-style.
Diffstat (limited to 'src/server/game/AI/CreatureAI.cpp')
-rw-r--r-- | src/server/game/AI/CreatureAI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/AI/CreatureAI.cpp b/src/server/game/AI/CreatureAI.cpp index 427818fe571..e8df19630c4 100644 --- a/src/server/game/AI/CreatureAI.cpp +++ b/src/server/game/AI/CreatureAI.cpp @@ -134,7 +134,7 @@ void CreatureAI::MoveInLineOfSight(Unit* who) AttackStart(who); //else if (who->getVictim() && me->IsFriendlyTo(who) // && me->IsWithinDistInMap(who, sWorld->getIntConfig(CONFIG_CREATURE_FAMILY_ASSISTANCE_RADIUS)) - // && me->canStartAttack(who->getVictim(), true)) // TODO: if we use true, it will not attack it when it arrives + // && me->canStartAttack(who->getVictim(), true)) /// @todo if we use true, it will not attack it when it arrives // me->GetMotionMaster()->MoveChase(who->getVictim()); } |