mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
refactor(Core/Movement): Naming convention (#13989)
update codestyle Co-authored-by: Maelthyrr <lynethris@protonmail.ch>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user