aboutsummaryrefslogtreecommitdiff
path: root/src/game/FleeingMovementGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/FleeingMovementGenerator.h')
-rw-r--r--src/game/FleeingMovementGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/FleeingMovementGenerator.h b/src/game/FleeingMovementGenerator.h
index 6024f64ded6..23b5a0ad589 100644
--- a/src/game/FleeingMovementGenerator.h
+++ b/src/game/FleeingMovementGenerator.h
@@ -37,7 +37,7 @@ class TRINITY_DLL_SPEC FleeingMovementGenerator
void Finalize(T &);
void Reset(T &);
bool Update(T &, const uint32 &);
- bool GetDestination(float &x, float &y, float &z) const;
+ bool GetDestination(float &x, float &y, float &z) const;
MovementGeneratorType GetMovementGeneratorType() { return FLEEING_MOTION_TYPE; }