* Set correct number of DBCs to be loaded

--HG--
branch : trunk
This commit is contained in:
Brian
2010-04-12 08:09:53 -06:00
parent 3fe3d3e4ab
commit 5c1c73309e

View File

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