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

@@ -2301,7 +2301,7 @@ public:
void SendPetAIReaction(ObjectGuid guid);
///----------End of Pet responses methods----------
void propagateSpeedChange() { GetMotionMaster()->propagateSpeedChange(); }
void propagateSpeedChange() { GetMotionMaster()->PropagateSpeedChange(); }
// reactive attacks
void ClearAllReactives();