From 5c1c73309e05e4c1736cd010a9d77cbc3380e92c Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 12 Apr 2010 08:09:53 -0600 Subject: * Set correct number of DBCs to be loaded --HG-- branch : trunk --- src/game/DBCStores.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/DBCStores.cpp b/src/game/DBCStores.cpp index 629edff2455..bcef339792f 100644 --- a/src/game/DBCStores.cpp +++ b/src/game/DBCStores.cpp @@ -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); -- cgit v1.2.3