diff options
Diffstat (limited to 'src/game/PetAI.cpp')
-rw-r--r-- | src/game/PetAI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/PetAI.cpp b/src/game/PetAI.cpp index bf368001cc1..d78872a1432 100644 --- a/src/game/PetAI.cpp +++ b/src/game/PetAI.cpp @@ -300,7 +300,7 @@ void PetAI::AttackStart(Unit *target) DoAttack(target,true); // STAY or FOLLOW, player clicked "attack" so attack with chase else DoAttack(target,false); // STAY, target in range, attack not clicked so attack without chase - } + } } Unit *PetAI::SelectNextTarget() |