mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-21 23:27:14 -04:00
Core/SmartAI: Fixed crashes when using timed actionlist for gameobjects.
This commit is contained in:
@@ -707,7 +707,7 @@ void SmartAI::SetRun(bool run)
|
||||
me->RemoveUnitMovementFlag(MOVEMENTFLAG_WALKING);
|
||||
else
|
||||
me->AddUnitMovementFlag(MOVEMENTFLAG_WALKING);
|
||||
me->SendMovementFlagUpdate();
|
||||
|
||||
mRun = run;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user