diff options
author | Brian <runningnak3d@gmail.com> | 2010-04-12 08:09:53 -0600 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-04-12 08:09:53 -0600 |
commit | 5c1c73309e05e4c1736cd010a9d77cbc3380e92c (patch) | |
tree | ddbc5ca1372483a21701a596a6afd4c3ef86179e | |
parent | 3fe3d3e4ab4e8b2983d31317194e23caa1d76936 (diff) |
* Set correct number of DBCs to be loaded
--HG--
branch : trunk
-rw-r--r-- | src/game/DBCStores.cpp | 2 |
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); |