aboutsummaryrefslogtreecommitdiff
path: root/src/game/PetAI.cpp
diff options
context:
space:
mode:
authormaximius <none@none>2009-09-14 16:48:00 -0700
committermaximius <none@none>2009-09-14 16:48:00 -0700
commit7349c1d9dd7ff2331d5059595f3e81dfc097f071 (patch)
treec637055aab5d8f0e733fc611fada42c43ad04d83 /src/game/PetAI.cpp
parent4ab8d4a5ddebbb04597ed2c2d1da39d315bc08ef (diff)
Backed out changeset 60578c781be1
--HG-- branch : trunk
Diffstat (limited to 'src/game/PetAI.cpp')
-rw-r--r--src/game/PetAI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/PetAI.cpp b/src/game/PetAI.cpp
index d78872a1432..bf368001cc1 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()