Derp. Build fix.

This commit is contained in:
treeston
2016-09-09 15:03:56 +02:00
parent e69a483aa9
commit 9180bcd404

View File

@@ -457,7 +457,7 @@ void SmartAI::EnterEvadeMode(EvadeReason /*why*/)
}
else if (Unit* owner = me->GetCharmerOrOwner())
{
me->GetMotionMaster()->MoveFollow(target, PET_FOLLOW_DIST, PET_FOLLOW_ANGLE);
me->GetMotionMaster()->MoveFollow(owner, PET_FOLLOW_DIST, PET_FOLLOW_ANGLE);
me->ClearUnitState(UNIT_STATE_EVADE);
}
else