diff options
Diffstat (limited to 'src/game/PetAI.cpp')
| -rw-r--r-- | src/game/PetAI.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/PetAI.cpp b/src/game/PetAI.cpp index 85c2a77c921..bce8a4d8f59 100644 --- a/src/game/PetAI.cpp +++ b/src/game/PetAI.cpp @@ -73,8 +73,6 @@ void PetAI::AttackStart(Unit *u) if(i_pet.Attack(u,true)) { - i_pet.SetInCombatWith(u); - i_pet.clearUnitState(UNIT_STAT_FOLLOW); // TMGs call CreatureRelocation which via MoveInLineOfSight can call this function // thus with the following clear the original TMG gets invalidated and crash, doh |
