From 9498bf147b2220c4f858f3cc98ea9fa036298031 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 24 May 2010 18:55:39 -0600 Subject: [PATCH] * Proper number of DBCs read by core * Fixes 102% load bar --HG-- branch : trunk --- src/game/DBCStores.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/DBCStores.cpp b/src/game/DBCStores.cpp index 31848b26788..fff32dff566 100644 --- a/src/game/DBCStores.cpp +++ b/src/game/DBCStores.cpp @@ -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);