* Proper number of DBCs read by core

* Fixes 102% load bar

--HG--
branch : trunk
This commit is contained in:
Brian
2010-05-24 18:55:39 -06:00
parent 1c871c2290
commit 9498bf147b

View File

@@ -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);