mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(Core/Scripting): fix Defias Thug waypoint errors (#22994)
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user