Core/Movement: Remove a wrong set SetWalk from HomeMovementGenerator

(cherry picked from commit 9f057d708267935053d94bdded9ea9efc10d1dd3)
This commit is contained in:
Killyana
2021-12-19 17:44:10 +01:00
committed by Shauren
parent a7cf209428
commit 956a342845
@@ -144,7 +144,6 @@ void HomeMovementGenerator<Creature>::DoFinalize(Creature* owner, bool active, b
if (movementInform && HasFlag(MOVEMENTGENERATOR_FLAG_INFORM_ENABLED))
{
owner->SetWalk(true);
owner->SetSpawnHealth();
owner->LoadCreaturesAddon();
if (owner->IsVehicle())