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__