aboutsummaryrefslogtreecommitdiff
path: root/src/game/PetAI.cpp
diff options
context:
space:
mode:
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 44571216aff..557ff5ee66c 100644
--- a/src/game/PetAI.cpp
+++ b/src/game/PetAI.cpp
@@ -65,7 +65,7 @@ void PetAI::_stopAttack()
m_creature->GetMotionMaster()->Clear();
m_creature->GetMotionMaster()->MoveIdle();
m_creature->CombatStop();
- m_creature->getHostilRefManager().deleteReferences();
+ m_creature->getHostileRefManager().deleteReferences();
return;
}