mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 16:37:06 +00:00
[9384] Resore use uint64 instead time_t in query, some other fixes.
This commit is contained in:
parent
5beb853bc4
commit
f4c38044c4
6 changed files with 10 additions and 10 deletions
|
|
@ -325,7 +325,7 @@ void LoadDBCStores(const std::string& dataPath)
|
|||
|
||||
const uint32 DBCFilesCount = 84;
|
||||
|
||||
barGoLink bar( DBCFilesCount );
|
||||
barGoLink bar( (int)DBCFilesCount );
|
||||
|
||||
StoreProblemList bad_dbc_files;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue