From f8a0f1f9e44a1ce1c78bf3df8f671f1b99ca1681 Mon Sep 17 00:00:00 2001 From: zergtmn Date: Thu, 30 Sep 2010 23:08:37 +0400 Subject: [PATCH] [10565] Fixed loaded DBC count. Signed-off-by: VladimirMangos --- src/game/DBCStores.cpp | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/DBCStores.cpp b/src/game/DBCStores.cpp index bda9278f3..7a100b10d 100644 --- a/src/game/DBCStores.cpp +++ b/src/game/DBCStores.cpp @@ -357,7 +357,7 @@ void LoadDBCStores(const std::string& dataPath) exit(1); } - const uint32 DBCFilesCount = 85; + const uint32 DBCFilesCount = 87; barGoLink bar( (int)DBCFilesCount ); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 0a9cd23d2..347d3eba3 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 "10564" + #define REVISION_NR "10565" #endif // __REVISION_NR_H__