[10565] Fixed loaded DBC count.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
zergtmn 2010-09-30 23:08:37 +04:00 committed by VladimirMangos
parent be07edb8a1
commit f8a0f1f9e4
2 changed files with 2 additions and 2 deletions

View file

@ -357,7 +357,7 @@ void LoadDBCStores(const std::string& dataPath)
exit(1);
}
const uint32 DBCFilesCount = 85;
const uint32 DBCFilesCount = 87;
barGoLink bar( (int)DBCFilesCount );

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10564"
#define REVISION_NR "10565"
#endif // __REVISION_NR_H__