Core/Movement: Add new SplineChainMovementGenerator that allows accurate replication of sniffed waypoints in static sequences, along with DB facilities that allow loading of waypoints from DB.

This commit is contained in:
treeston
2016-09-14 23:53:37 +02:00
committed by Aokromes
parent 4869105623
commit c1cc7e0a36
12 changed files with 394 additions and 21 deletions

View File

@@ -1113,6 +1113,7 @@ void ScriptMgr::Unload()
void ScriptMgr::LoadDatabase()
{
sScriptSystemMgr->LoadScriptWaypoints();
sScriptSystemMgr->LoadScriptSplineChains();
}
void ScriptMgr::FillSpellSummary()