This commit is contained in:
tomrus88 2008-11-16 21:15:37 +03:00
parent e69e5d8336
commit dcb39d1512
9 changed files with 94 additions and 164 deletions

View file

@ -3006,6 +3006,7 @@ void Aura::HandleModPossessPet(bool apply, bool Real)
{
pet->AttackStop();
pet->GetMotionMaster()->MoveFollow(caster, PET_FOLLOW_DIST, PET_FOLLOW_ANGLE);
pet->SetUnitMovementFlags(MOVEMENTFLAG_WALK_MODE);
}
}