From 019fc08feb5e927f46375f8dee6ffe9b43bd3385 Mon Sep 17 00:00:00 2001 From: treeston Date: Wed, 21 Sep 2016 01:29:35 +0200 Subject: Core/Movement: Fix a DB spline chain overload I missed in 2170541 (cherry picked from commit 3ec1b2f27ea7ecdaeb111958bf6f42fbf9ea191d) --- src/server/game/Scripting/ScriptSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/game/Scripting/ScriptSystem.h') diff --git a/src/server/game/Scripting/ScriptSystem.h b/src/server/game/Scripting/ScriptSystem.h index 7bce7b2e69e..baa23d09684 100644 --- a/src/server/game/Scripting/ScriptSystem.h +++ b/src/server/game/Scripting/ScriptSystem.h @@ -95,7 +95,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 -- cgit v1.2.3