mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7105] Compile fix.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
39754133aa
commit
6428d29cd5
2 changed files with 2 additions and 2 deletions
|
|
@ -9282,7 +9282,7 @@ bool Unit::SelectHostilTarget()
|
|||
{
|
||||
--aura;
|
||||
if ( (caster = (*aura)->GetCaster()) &&
|
||||
caster->IsInMap(this) && caster->isTargetableForAttack() && caster->isInAccessablePlaceFor(this) )
|
||||
caster->IsInMap(this) && caster->isTargetableForAttack() && caster->isInAccessablePlaceFor((Creature*)this) )
|
||||
{
|
||||
target = caster;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue