Misc fixes

This commit is contained in:
tomrus88 2008-11-22 09:04:10 +03:00
parent 4908ecd7c8
commit 5b5e266c17
4 changed files with 14 additions and 10 deletions

View file

@ -3017,7 +3017,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);
pet->SetUnitMovementFlags(MOVEMENTFLAG_NONE);
}
}