mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 10:33:46 +00:00
refactor(Core/Movement): Naming convention (#13989)
update codestyle Co-authored-by: Maelthyrr <lynethris@protonmail.ch>
This commit is contained in:
@@ -238,7 +238,7 @@ public:
|
||||
[[nodiscard]] MovementGeneratorType GetMotionSlotType(int slot) const;
|
||||
[[nodiscard]] uint32 GetCurrentSplineId() const; // Xinef: Escort system
|
||||
|
||||
void propagateSpeedChange();
|
||||
void PropagateSpeedChange();
|
||||
void ReinitializeMovement();
|
||||
|
||||
bool GetDestination(float& x, float& y, float& z);
|
||||
|
||||
Reference in New Issue
Block a user