Correction made to file name

Correction made to file name
This commit is contained in:
Charles A Edwards 2016-09-02 06:42:12 +01:00 committed by Antz
parent 2cffff301e
commit ada080f9c0
8 changed files with 11 additions and 11 deletions

View file

@ -1270,7 +1270,7 @@ void CreatureEventAI::MoveInLineOfSight(Unit* who)
return;
if (m_creature->CanInitiateAttack() && who->IsTargetableForAttack() &&
m_creature->IsHostileTo(who) && who->IsInAccessablePlaceFor(m_creature))
m_creature->IsHostileTo(who) && who->isInAccessablePlaceFor(m_creature))
{
if (!m_creature->CanFly() && m_creature->GetDistanceZ(who) > CREATURE_Z_ATTACK_RANGE)
return;