fix(Core/Misc): fmt (#19192)

Update LOG_ERROR for Model data query.
This commit is contained in:
Greg Wilkinson
2024-06-27 09:06:40 -07:00
committed by GitHub
parent 29d0f12af3
commit 2835f883c8

View File

@@ -800,7 +800,7 @@ void ObjectMgr::LoadCreatureTemplateModels()
CreatureModelInfo const* modelInfo = GetCreatureModelInfo(creatureDisplayId);
if (!modelInfo)
LOG_ERROR("sql.sql", "No model data exist for `CreatureDisplayID` = {} listed by creature (Entry: {%u}}).", creatureDisplayId, creatureId);
LOG_ERROR("sql.sql", "No model data exist for `CreatureDisplayID` = {} listed by creature (Entry: {}).", creatureDisplayId, creatureId);
if (displayScale <= 0.0f)
displayScale = 1.0f;