mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 15:41:30 +00:00
Fixed Log message to have correct text and values
This commit is contained in:
parent
5880593cb1
commit
a8427ca610
@ -872,9 +872,8 @@ float Mob::GetFixedZ(glm::vec3 dest, int32 z_find_offset)
|
|||||||
auto duration = timer.elapsed();
|
auto duration = timer.elapsed();
|
||||||
|
|
||||||
Log(Logs::Moderate, Logs::FixZ,
|
Log(Logs::Moderate, Logs::FixZ,
|
||||||
"Mob::FixZ() (%s) returned %4.3f at %4.3f, %4.3f, %4.3f - Took %lf",
|
"Mob::GetFixedZ() (%s) returned %4.3f at %4.3f, %4.3f, %4.3f - Took %lf",
|
||||||
this->GetCleanName(), new_z, m_Position.x, m_Position.y,
|
this->GetCleanName(), new_z, dest.x, dest.y, dest.z, duration);
|
||||||
m_Position.z, duration);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return new_z;
|
return new_z;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user