mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
port mlog 'CLIENT__TRADING' category to new log system
This commit is contained in:
@@ -799,7 +799,7 @@ void Client::OnDisconnect(bool hard_disconnect) {
|
||||
Mob *Other = trade->With();
|
||||
if(Other)
|
||||
{
|
||||
mlog(TRADING__CLIENT, "Client disconnected during a trade. Returning their items.");
|
||||
logger.DebugCategory(EQEmuLogSys::Detail, EQEmuLogSys::Trading, "Client disconnected during a trade. Returning their items.");
|
||||
FinishTrade(this);
|
||||
|
||||
if(Other->IsClient())
|
||||
|
||||
Reference in New Issue
Block a user