mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-28 20:07:56 +00:00
Logs::Tradeskills to LogTradeskills and more Logs::Error to LogError
This commit is contained in:
@@ -906,7 +906,7 @@ void HealRotation::bias_targets()
|
||||
|
||||
for (auto tlist_iter : m_target_pool) {
|
||||
if (!tlist_iter) { continue; }
|
||||
Log(Logs::General, Logs::Error, "(%i) %s (hp: %3.1f%%, at: %u, dontheal: %c, crit(base): %c(%c), safe(base): %c(%c), hcnt(ext): %u(%u), hfreq(ext): %f(%f))",
|
||||
LogError("([{}]) [{}] (hp: %3.1f%%, at: [{}], dontheal: [{}], crit(base): [{}]([{}]), safe(base): [{}]([{}]), hcnt(ext): [{}]([{}]), hfreq(ext): [{}]([{}]))",
|
||||
(++target_index), tlist_iter->GetCleanName(),
|
||||
tlist_iter->GetHPRatio(),
|
||||
ClassArmorType(tlist_iter->GetClass()),
|
||||
|
||||
Reference in New Issue
Block a user