mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 22:37:04 +00:00
[10565] Fixed loaded DBC count.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
be07edb8a1
commit
f8a0f1f9e4
2 changed files with 2 additions and 2 deletions
|
|
@ -357,7 +357,7 @@ void LoadDBCStores(const std::string& dataPath)
|
|||
exit(1);
|
||||
}
|
||||
|
||||
const uint32 DBCFilesCount = 85;
|
||||
const uint32 DBCFilesCount = 87;
|
||||
|
||||
barGoLink bar( (int)DBCFilesCount );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue