mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(Core/Misc): Change const to be after type name (#10591)
This commit is contained in:
@@ -97,7 +97,7 @@ namespace Movement
|
||||
*/
|
||||
void SetFacing(float angle);
|
||||
void SetFacing(Vector3 const& point);
|
||||
void SetFacing(const Unit* target);
|
||||
void SetFacing(Unit const* target);
|
||||
|
||||
/* Initializes movement by path
|
||||
* @param path - array of points, shouldn't be empty
|
||||
|
||||
Reference in New Issue
Block a user