mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 22:37:04 +00:00
Correction made to file name
Correction made to file name
This commit is contained in:
parent
2cffff301e
commit
ada080f9c0
8 changed files with 11 additions and 11 deletions
|
|
@ -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()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue