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
parent 0b658f789c
commit 6d00d3f283
12 changed files with 394 additions and 21 deletions

View File

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