mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Make the logs even better! [skip ci]
This commit is contained in:
parent
9dda9098a0
commit
662048cedc
@ -125,8 +125,10 @@ void Mob::CheckFlee()
|
|||||||
LogFlee(
|
LogFlee(
|
||||||
"Post con-switch | Mob [{}] con [{}] hp_ratio [{}] flee_ratio [{}] flee_chance [{}]",
|
"Post con-switch | Mob [{}] con [{}] hp_ratio [{}] flee_ratio [{}] flee_chance [{}]",
|
||||||
GetCleanName(),
|
GetCleanName(),
|
||||||
|
con,
|
||||||
hp_ratio,
|
hp_ratio,
|
||||||
flee_ratio
|
flee_ratio,
|
||||||
|
flee_chance
|
||||||
);
|
);
|
||||||
|
|
||||||
// If we got here we are allowed to roll on flee chance if there is not other hated NPC's in the area.
|
// If we got here we are allowed to roll on flee chance if there is not other hated NPC's in the area.
|
||||||
@ -140,6 +142,7 @@ void Mob::CheckFlee()
|
|||||||
LogFlee(
|
LogFlee(
|
||||||
"Passed all checks to flee | Mob [{}] con [{}] hp_ratio [{}] flee_ratio [{}] flee_chance [{}]",
|
"Passed all checks to flee | Mob [{}] con [{}] hp_ratio [{}] flee_ratio [{}] flee_chance [{}]",
|
||||||
GetCleanName(),
|
GetCleanName(),
|
||||||
|
con,
|
||||||
hp_ratio,
|
hp_ratio,
|
||||||
flee_ratio,
|
flee_ratio,
|
||||||
flee_chance
|
flee_chance
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user