Revert "refactor(Core/Movement): Naming convention" (#14100)

Revert "refactor(Core/Movement): Naming convention (#13989)"

This reverts commit d2f440c3e8.
This commit is contained in:
Skjalf
2022-12-10 23:53:09 -03:00
committed by GitHub
parent 35e4b935b8
commit 19fa22ba92
19 changed files with 148 additions and 149 deletions

View File

@@ -1562,7 +1562,7 @@ public:
for (uint8 i = 3; i < PATH_WP_COUNT - 1; ++i)
path.push_back(G3D::Vector3(PathWaypoints[i].GetPositionX(), PathWaypoints[i].GetPositionY(), PathWaypoints[i].GetPositionZ()));
me->GetMotionMaster()->MoveSplinePath(&path);
me->GetMotionMaster()->PropagateSpeedChange();
me->GetMotionMaster()->propagateSpeedChange();
events.ScheduleEvent(EVENT_LK_SUMMON, 1000);
}
break;