Core/DataStores: Implement optional data in hotfix packets
Port From (https://github.com/TrinityCore/TrinityCore/commit/fbbf40981cc14523fa181cf6125336b254e8ae4d)
This commit is contained in:
@@ -410,6 +410,9 @@ namespace Game
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading hotfix info...");
|
||||
Global.DB2Mgr.LoadHotfixData();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading hotfix optional data...");
|
||||
Global.DB2Mgr.LoadHotfixOptionalData(m_availableDbcLocaleMask);
|
||||
|
||||
//- Load M2 fly by cameras
|
||||
M2Storage.LoadM2Cameras(_dataPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user