fix(Core/Scripting): fix Defias Thug waypoint errors (#22994)

This commit is contained in:
sogladev 2025-10-12 18:35:16 +02:00 committed by GitHub
parent 4a13535e37
commit c24c381bf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -880,7 +880,6 @@ void Map::ScriptsProcess()
if (!cSource->IsAlive())
return;
cSource->GetMotionMaster()->MovementExpired();
cSource->GetMotionMaster()->MoveIdle();
switch (step.script->Movement.MovementType)