mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
* Proper number of DBCs read by core
* Fixes 102% load bar --HG-- branch : trunk
This commit is contained in:
@@ -221,7 +221,7 @@ void LoadDBCStores(const std::string& dataPath)
|
||||
{
|
||||
std::string dbcPath = dataPath+"dbc/";
|
||||
|
||||
const uint32 DBCFilesCount = 86;
|
||||
const uint32 DBCFilesCount = 87;
|
||||
|
||||
barGoLink bar(DBCFilesCount);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user