mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
[7996] Fixed loaded DBC count.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
7218530489
commit
d2d5990956
2 changed files with 2 additions and 2 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7995"
|
||||
#define REVISION_NR "7996"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue