mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Misc: MSVC warning fixes
This commit is contained in:
@@ -354,7 +354,7 @@ uint32 UpdateFetcher::Apply(Path const& path) const
|
||||
_applyFile(path);
|
||||
|
||||
// Return time the query took to apply
|
||||
return std::chrono::duration_cast<std::chrono::milliseconds>(Time::now() - begin).count();
|
||||
return uint32(std::chrono::duration_cast<std::chrono::milliseconds>(Time::now() - begin).count());
|
||||
}
|
||||
|
||||
void UpdateFetcher::UpdateEntry(AppliedFileEntry const& entry, uint32 const speed) const
|
||||
|
||||
Reference in New Issue
Block a user