mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
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:
@@ -1112,6 +1112,7 @@ void ScriptMgr::Unload()
|
||||
void ScriptMgr::LoadDatabase()
|
||||
{
|
||||
sScriptSystemMgr->LoadScriptWaypoints();
|
||||
sScriptSystemMgr->LoadScriptSplineChains();
|
||||
}
|
||||
|
||||
void ScriptMgr::FillSpellSummary()
|
||||
|
||||
Reference in New Issue
Block a user