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

update codestyle

Co-authored-by: Maelthyrr <lynethris@protonmail.ch>
This commit is contained in:
Maelthyr
2022-12-02 09:52:01 +01:00
committed by GitHub
parent b45a35e4c1
commit d2f440c3e8
19 changed files with 149 additions and 148 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;