Move area trigger storage from DBC to database (#742)

Renamed AreaTrigger + related stuff to AreaTriggerTeleport
This commit is contained in:
Kaev
2018-01-02 22:08:08 +01:00
committed by Yehonal
parent b669d24a1f
commit 05cd8c8c61
43 changed files with 1431 additions and 124 deletions

View File

@@ -1545,7 +1545,10 @@ void World::SetInitialWorldSettings()
sLog->outString("Loading SpellArea Data..."); // must be after quest load
sSpellMgr->LoadSpellAreas();
sLog->outString("Loading AreaTrigger definitions...");
sLog->outString("Loading Area Trigger definitions");
sObjectMgr->LoadAreaTriggers();
sLog->outString("Loading Area Trigger Teleport definitions...");
sObjectMgr->LoadAreaTriggerTeleports();
sLog->outString("Loading Access Requirements...");