From 94d9801c471a1ee41580b11e14ee14e137c5be6b Mon Sep 17 00:00:00 2001 From: GriffonHeart Date: Sun, 18 Jan 2009 22:34:45 +0300 Subject: [PATCH] [7109] Correct show percentes at DBC loading. Signed-off-by: VladimirMangos --- src/shared/Database/DBCStores.cpp | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/Database/DBCStores.cpp b/src/shared/Database/DBCStores.cpp index 61278032b..b10d89959 100644 --- a/src/shared/Database/DBCStores.cpp +++ b/src/shared/Database/DBCStores.cpp @@ -190,7 +190,7 @@ void LoadDBCStores(const std::string& dataPath) { std::string dbcPath = dataPath+"dbc/"; - const uint32 DBCFilesCount = 66; + const uint32 DBCFilesCount = 69; barGoLink bar( DBCFilesCount ); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index a5991c21b..63e6699f2 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7108" + #define REVISION_NR "7109" #endif // __REVISION_NR_H__ -- 2.11.4.GIT