mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
* Set correct number of DBCs to be loaded
--HG-- branch : trunk
This commit is contained in:
@@ -219,7 +219,7 @@ void LoadDBCStores(const std::string& dataPath)
|
||||
{
|
||||
std::string dbcPath = dataPath+"dbc/";
|
||||
|
||||
const uint32 DBCFilesCount = 85;
|
||||
const uint32 DBCFilesCount = 86;
|
||||
|
||||
barGoLink bar(DBCFilesCount);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user