aboutsummaryrefslogtreecommitdiff
path: root/src/game/CombatAI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/CombatAI.cpp')
-rw-r--r--src/game/CombatAI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/CombatAI.cpp b/src/game/CombatAI.cpp
index a12f39fac1e..625fb1adcba 100644
--- a/src/game/CombatAI.cpp
+++ b/src/game/CombatAI.cpp
@@ -248,7 +248,7 @@ void TurretAI::UpdateAI(const uint32 diff)
DoSpellAttackIfReady(me->m_spells[0]);
//if(!DoSpellAttackIfReady(me->m_spells[0]))
- //if(HostilReference *ref = me->getThreatManager().getCurrentVictim())
+ //if(HostileReference *ref = me->getThreatManager().getCurrentVictim())
//ref->removeReference();
}