parent
29d0f12af3
commit
2835f883c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue