aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2010-04-12 08:09:53 -0600
committerBrian <runningnak3d@gmail.com>2010-04-12 08:09:53 -0600
commit5c1c73309e05e4c1736cd010a9d77cbc3380e92c (patch)
treeddbc5ca1372483a21701a596a6afd4c3ef86179e
parent3fe3d3e4ab4e8b2983d31317194e23caa1d76936 (diff)
* Set correct number of DBCs to be loaded
--HG-- branch : trunk
-rw-r--r--src/game/DBCStores.cpp2
1 files changed, 1 insertions, 1 deletions
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);