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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;