Core/Movement: Fix a DB spline chain overload I missed in 2170541

(cherry picked from commit 3ec1b2f27e)
This commit is contained in:
treeston
2016-09-21 01:29:35 +02:00
committed by joschiwald
parent 23fb555391
commit 019fc08feb
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ void SystemMgr::LoadScriptSplineChains()
}
}
SplineChain const* SystemMgr::GetSplineChain(Creature const* who, uint8 id) const
SplineChain const* SystemMgr::GetSplineChain(Creature const* who, uint16 id) const
{
return GetSplineChain(who->GetEntry(), id);
}