diff options
author | treeston <treeston.mmoc@gmail.com> | 2016-09-21 01:29:35 +0200 |
---|---|---|
committer | treeston <treeston.mmoc@gmail.com> | 2016-09-21 01:29:48 +0200 |
commit | 3ec1b2f27ea7ecdaeb111958bf6f42fbf9ea191d (patch) | |
tree | 67e8a1bebcb229e07a042e9b73891028f3b340f0 /src/server/game/Scripting/ScriptSystem.h | |
parent | fc494f1f47f8e9a330c09de67fd4bf7736341bd5 (diff) |
Core/Movement: Fix a DB spline chain overload I missed in 2170541
Diffstat (limited to 'src/server/game/Scripting/ScriptSystem.h')
-rw-r--r-- | src/server/game/Scripting/ScriptSystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Scripting/ScriptSystem.h b/src/server/game/Scripting/ScriptSystem.h index 2c8afa9c5ca..ce4d4302e9a 100644 --- a/src/server/game/Scripting/ScriptSystem.h +++ b/src/server/game/Scripting/ScriptSystem.h @@ -81,7 +81,7 @@ class TC_GAME_API SystemMgr return &it->second; } - SplineChain const* GetSplineChain(Creature const* who, uint8 id) const; + SplineChain const* GetSplineChain(Creature const* who, uint16 id) const; protected: PointMoveMap m_mPointMoveMap; //coordinates for waypoints |