More logging [skip ci]

This commit is contained in:
Akkadius 2019-09-07 00:07:57 -05:00
parent 1f928cd161
commit 4b77f573c0

View File

@ -130,6 +130,8 @@ void LoginServer::ProcessUsertoWorldReqLeg(uint16_t opcode, EQ::Net::Packet &p)
}
}
LogDebug("[ProcessUsertoWorldReqLeg] Sent response to account_id [{0}]", utwr->lsaccountid);
SendPacket(&outpack);
}