Core/Movement: Remove a wrong set SetWalk from HomeMovementGenerator

(cherry picked from commit 9f057d7082)
This commit is contained in:
Killyana
2020-01-01 19:42:10 +01:00
committed by Shauren
parent a7cf209428
commit 956a342845

View File

@@ -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())