diff options
Diffstat (limited to 'src/game/PetAI.cpp')
-rw-r--r-- | src/game/PetAI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/PetAI.cpp b/src/game/PetAI.cpp index 67607defba0..f841d83fdb0 100644 --- a/src/game/PetAI.cpp +++ b/src/game/PetAI.cpp @@ -332,3 +332,4 @@ void PetAI::UpdateAllies() (!i_pet.GetCharmInfo()->HasCommandState(COMMAND_STAY) || i_pet.IsWithinMeleeRange(attacker))) AttackStart(attacker); }*/ + |