mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 10:50:24 +00:00
More HC work, almost fully logs in
This commit is contained in:
@@ -731,6 +731,8 @@ void EQ::Net::DaybreakConnection::ProcessDecodedPacket(const Packet &p)
|
||||
InternalSend(out);
|
||||
break;
|
||||
}
|
||||
case OP_SessionStatResponse:
|
||||
break;
|
||||
default:
|
||||
Log.OutF(Logs::Detail, Logs::Netcode, "Unhandled opcode {0:#x}", p.GetInt8(1));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user