Logs::ZoneServer to LogInfo

This commit is contained in:
Akkadius
2019-09-02 03:30:03 -05:00
parent af4c630ede
commit 698d6d4ed2
5 changed files with 8 additions and 19 deletions
+1 -1
View File
@@ -473,7 +473,7 @@ void Object::RandomSpawn(bool send_packet) {
}
}
Log(Logs::Detail, Logs::ZoneServer, "Object::RandomSpawn(%s): %d (%.2f, %.2f, %.2f)", m_data.object_name, m_inst->GetID(), m_data.x, m_data.y, m_data.z);
LogInfo("Object::RandomSpawn([{}]): [{}] ([{}], [{}], [{}])", m_data.object_name, m_inst->GetID(), m_data.x, m_data.y, m_data.z);
respawn_timer.Disable();