mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +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(
|
||||
"Post con-switch | Mob [{}] con [{}] hp_ratio [{}] flee_ratio [{}] flee_chance [{}]",
|
||||
GetCleanName(),
|
||||
con,
|
||||
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.
|
||||
@ -140,6 +142,7 @@ void Mob::CheckFlee()
|
||||
LogFlee(
|
||||
"Passed all checks to flee | Mob [{}] con [{}] hp_ratio [{}] flee_ratio [{}] flee_chance [{}]",
|
||||
GetCleanName(),
|
||||
con,
|
||||
hp_ratio,
|
||||
flee_ratio,
|
||||
flee_chance
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user