diff --git a/world/login_server.cpp b/world/login_server.cpp index 3658816ea..fe51f87b8 100644 --- a/world/login_server.cpp +++ b/world/login_server.cpp @@ -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); }