[7996] Fixed loaded DBC count.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Thyros 2009-06-11 23:03:39 +04:00 committed by VladimirMangos
parent 7218530489
commit d2d5990956
2 changed files with 2 additions and 2 deletions

View file

@ -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 );

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7995"
#define REVISION_NR "7996"
#endif // __REVISION_NR_H__