mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Core/Movement: Remove a wrong set SetWalk from HomeMovementGenerator
(cherry picked from commit 9f057d7082)
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user