fix(Core/Scripting): fix Defias Thug waypoint errors (#22994)
This commit is contained in:
parent
4a13535e37
commit
c24c381bf5
1 changed files with 0 additions and 1 deletions
|
|
@ -880,7 +880,6 @@ void Map::ScriptsProcess()
|
||||||
if (!cSource->IsAlive())
|
if (!cSource->IsAlive())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
cSource->GetMotionMaster()->MovementExpired();
|
|
||||||
cSource->GetMotionMaster()->MoveIdle();
|
cSource->GetMotionMaster()->MoveIdle();
|
||||||
|
|
||||||
switch (step.script->Movement.MovementType)
|
switch (step.script->Movement.MovementType)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue