diff --git a/src/game/DBCStores.cpp b/src/game/DBCStores.cpp index a284a4b91..416d4c9f9 100644 --- a/src/game/DBCStores.cpp +++ b/src/game/DBCStores.cpp @@ -200,7 +200,7 @@ void LoadDBCStores(const std::string& dataPath) { std::string dbcPath = dataPath+"dbc/"; - const uint32 DBCFilesCount = 78; + const uint32 DBCFilesCount = 79; barGoLink bar( DBCFilesCount ); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index cdc6c0225..cf0426932 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 "7995" + #define REVISION_NR "7996" #endif // __REVISION_NR_H__