*Fix a typo that causes crash. Do not use 867!

--HG--
branch : trunk
This commit is contained in:
megamage
2009-01-16 22:54:50 -06:00
parent f017b964ad
commit 660263ed1b

View File

@@ -10411,7 +10411,7 @@ bool Unit::SelectHostilTarget()
}
// search nearby enemy before enter evade mode
if(((Creature*)target)->HasReactState(REACT_AGGRESSIVE))
if(((Creature*)this)->HasReactState(REACT_AGGRESSIVE))
{
if(Unit *target = ((Creature*)this)->SelectNearestTarget())
{