mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
Added Hook
* This hook can be used to cache module database tables.
This commit is contained in:
@@ -1355,6 +1355,9 @@ void World::SetInitialWorldSettings()
|
||||
stmt->setUInt32(0, 3 * DAY);
|
||||
CharacterDatabase.Execute(stmt);
|
||||
|
||||
///- Custom Hook for loading DB items
|
||||
sScriptMgr->OnLoadCustomDatabeTable();
|
||||
|
||||
///- Load the DBC files
|
||||
sLog->outString("Initialize data stores...");
|
||||
LoadDBCStores(m_dataPath);
|
||||
|
||||
Reference in New Issue
Block a user