chore(Core/Instances): Move the objectdata loading log from error to debug level (#9382)
This commit is contained in:
parent
06a8175805
commit
849839c688
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ void InstanceScript::LoadObjectData(ObjectData const* creatureData, ObjectData c
|
|||
LoadObjectData(gameObjectData, _gameObjectInfo);
|
||||
}
|
||||
|
||||
LOG_ERROR("scripts", "InstanceScript::LoadObjectData: " SZFMTD " objects loaded.", _creatureInfo.size() + _gameObjectInfo.size());
|
||||
LOG_DEBUG("scripts", "InstanceScript::LoadObjectData: " SZFMTD " objects loaded.", _creatureInfo.size() + _gameObjectInfo.size());
|
||||
}
|
||||
|
||||
void InstanceScript::LoadObjectData(ObjectData const* data, ObjectInfoMap& objectInfo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue