mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
chore(Core/DataStores): correct logging fmt in M2Stores.cpp (#11018)
This commit is contained in:
@@ -250,7 +250,7 @@ void LoadM2Cameras(std::string const& dataPath)
|
|||||||
LOG_ERROR("server.loading", "Camera file %s is damaged. Camera references position beyond file end", filename.string().c_str());
|
LOG_ERROR("server.loading", "Camera file %s is damaged. Camera references position beyond file end", filename.string().c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_INFO("server.loading", ">> Loaded %u cinematic waypoint sets in %u ms", (uint32)sFlyByCameraStore.size(), GetMSTimeDiffToNow(oldMSTime));
|
LOG_INFO("server.loading", ">> Loaded {} cinematic waypoint sets in {} ms", (uint32)sFlyByCameraStore.size(), GetMSTimeDiffToNow(oldMSTime));
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<FlyByCamera> const* GetFlyByCameras(uint32 cinematicCameraId)
|
std::vector<FlyByCamera> const* GetFlyByCameras(uint32 cinematicCameraId)
|
||||||
|
|||||||
Reference in New Issue
Block a user