Skip to content

Commit

Permalink
fix typo2
Browse files Browse the repository at this point in the history
  • Loading branch information
boxa committed Feb 6, 2017
1 parent 81563c4 commit 71d6d4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game/Creature.cpp
Expand Up @@ -2249,7 +2249,6 @@ Unit* Creature::SelectAttackingTarget(AttackingTarget target, uint32 position, S
case ATTACKING_TARGET_FARTHEST_AWAY:
{
std::list<Unit*> suitableUnits;
suitableUnits.reserve(threatlist.size());

for (; itr != threatlist.end(); ++itr)
{
Expand Down

0 comments on commit 71d6d4e

Please sign in to comment.