aboutsummaryrefslogtreecommitdiff
path: root/src/game/DBCStores.cpp
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2010-05-24 18:55:39 -0600
committerBrian <runningnak3d@gmail.com>2010-05-24 18:55:39 -0600
commit9498bf147b2220c4f858f3cc98ea9fa036298031 (patch)
treeb23a3b2fc51d36e1e2113fad5bb7da317458edf7 /src/game/DBCStores.cpp
parent1c871c229004398a379b883625d7dc5e6c1e8ea9 (diff)
* Proper number of DBCs read by core
* Fixes 102% load bar --HG-- branch : trunk
Diffstat (limited to 'src/game/DBCStores.cpp')
-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 31848b26788..fff32dff566 100644
--- a/src/game/DBCStores.cpp
+++ b/src/game/DBCStores.cpp
@@ -221,7 +221,7 @@ void LoadDBCStores(const std::string& dataPath)
{
std::string dbcPath = dataPath+"dbc/";
- const uint32 DBCFilesCount = 86;
+ const uint32 DBCFilesCount = 87;
barGoLink bar(DBCFilesCount);