aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorclick <none@none>2010-06-23 11:45:30 +0200
committerclick <none@none>2010-06-23 11:45:30 +0200
commitceac6cd63a01e491220f58936dc7735b5a87a320 (patch)
treed69a906caddb0a1820eaad732b2dfb336f123859 /src
parent7bf807aee4603896cfc15adc85944654a1ea81c8 (diff)
Correction on LoadDBC counter - no more 102%... for now :D
--HG-- branch : trunk
Diffstat (limited to 'src')
-rwxr-xr-x[-rw-r--r--]src/server/game/DataStores/DBCStores.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/DataStores/DBCStores.cpp b/src/server/game/DataStores/DBCStores.cpp
index b50815e6b30..dc5a5b831fd 100644..100755
--- a/src/server/game/DataStores/DBCStores.cpp
+++ b/src/server/game/DataStores/DBCStores.cpp
@@ -243,7 +243,7 @@ void LoadDBCStores(const std::string& dataPath)
{
std::string dbcPath = dataPath+"dbc/";
- const uint32 DBCFilesCount = 87;
+ const uint32 DBCFilesCount = 89;
barGoLink bar(DBCFilesCount);