diff options
| author | Brian <runningnak3d@gmail.com> | 2010-02-16 15:26:40 -0700 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2010-02-16 15:26:40 -0700 |
| commit | 667c4b694f6564ad8a392a498884255bb451407e (patch) | |
| tree | fb72998fe4b49ce98b1f0da20443e6ecc3250b98 /src | |
| parent | 5021d44e8f9e236679310d25e6030971905277be (diff) | |
* Updated DBC count to the actual number being used by the core.
* Solves 102% issue on DBC loading
--HG--
branch : trunk
Diffstat (limited to 'src')
| -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 3056b863516..f0cfec6e40b 100644 --- a/src/game/DBCStores.cpp +++ b/src/game/DBCStores.cpp @@ -218,7 +218,7 @@ void LoadDBCStores(const std::string& dataPath) { std::string dbcPath = dataPath+"dbc/"; - const uint32 DBCFilesCount = 84; + const uint32 DBCFilesCount = 85; barGoLink bar(DBCFilesCount); |
