diff options
author | megamage <none@none> | 2009-01-18 19:01:41 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-18 19:01:41 -0600 |
commit | 40e7dcb599c1e596151356a4cc4d6f641bc1ec05 (patch) | |
tree | 7793b2697c9151f96394f77f1d89375ee092f69a /src/shared/Database/DBCStores.cpp | |
parent | c85c89dc0b0564113e48bfcaf96dc2af55d73bb8 (diff) |
*Update to Mangos 7111.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStores.cpp')
-rw-r--r-- | src/shared/Database/DBCStores.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Database/DBCStores.cpp b/src/shared/Database/DBCStores.cpp index cd4a2e5faf0..cf962bbf3e0 100644 --- a/src/shared/Database/DBCStores.cpp +++ b/src/shared/Database/DBCStores.cpp @@ -192,7 +192,7 @@ void LoadDBCStores(const std::string& dataPath) { std::string dbcPath = dataPath+"dbc/"; - const uint32 DBCFilesCount = 66; + const uint32 DBCFilesCount = 69; barGoLink bar( DBCFilesCount ); |