diff options
author | megamage <none@none> | 2009-06-13 09:41:28 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-06-13 09:41:28 -0500 |
commit | c050cdd6753214c9688741c6940b1ba7c25994fb (patch) | |
tree | c638b9dbe87e10dcd279a235b1e97dd578207417 | |
parent | 67a356767df4fa84a01b741d4e48235297144540 (diff) |
[7996] Fixed loaded DBC count. Author: Thyros
--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 3e4530b49ee..f618b8cfb8c 100644 --- a/src/game/DBCStores.cpp +++ b/src/game/DBCStores.cpp @@ -204,7 +204,7 @@ void LoadDBCStores(const std::string& dataPath) { std::string dbcPath = dataPath+"dbc/"; - const uint32 DBCFilesCount = 78; + const uint32 DBCFilesCount = 79; barGoLink bar( DBCFilesCount ); |