diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index d37aa91373a..a49c78bf918 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -13630,7 +13630,6 @@ void Unit::Kill(Unit *pVictim, bool durabilityLoss) if (!pVictim->GetHealth()) return; - // MrSmite 09-09-2009 PetAI_v1.2 // Inform pets (if any) when player kills target) if (this->GetTypeId() == TYPEID_PLAYER && ((Player*)this)->GetPet()) { |