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

@ -148,7 +148,7 @@ void HostileReference::updateOnlineStatus()
!getTarget()->IsTaxiFlying()))
{
Creature* creature = (Creature*) getSourceUnit();
online = getTarget()->IsInAccessablePlaceFor(creature);
online = getTarget()->isInAccessablePlaceFor(creature);
if (!online)
{
if (creature->AI()->canReachByRangeAttack(getTarget()))