mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 10:50:24 +00:00
More Logs::None to LogDebug
This commit is contained in:
@@ -607,7 +607,7 @@ bool Client::Process() {
|
||||
|
||||
npc_scan_count++;
|
||||
}
|
||||
Log(Logs::General, Logs::Aggro, "Checking Reverse Aggro (client->npc) scanned_npcs (%i)", npc_scan_count);
|
||||
LogAggro("Checking Reverse Aggro (client->npc) scanned_npcs ([{}])", npc_scan_count);
|
||||
}
|
||||
|
||||
if (client_state != CLIENT_LINKDEAD && (client_state == CLIENT_ERROR || client_state == DISCONNECTED || client_state == CLIENT_KICKED || !eqs->CheckState(ESTABLISHED)))
|
||||
|
||||
Reference in New Issue
Block a user