mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[7109] Correct show percentes at DBC loading.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
148b7fd3ab
commit
a5e948280b
2 changed files with 2 additions and 2 deletions
|
|
@ -190,7 +190,7 @@ void LoadDBCStores(const std::string& dataPath)
|
|||
{
|
||||
std::string dbcPath = dataPath+"dbc/";
|
||||
|
||||
const uint32 DBCFilesCount = 66;
|
||||
const uint32 DBCFilesCount = 69;
|
||||
|
||||
barGoLink bar( DBCFilesCount );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue