Fix movement/warden packet noise and party kill opcode mapping

This commit is contained in:
Kelsi 2026-02-20 02:19:17 -08:00
parent e3bb2d6744
commit c6256b1631
9 changed files with 54 additions and 17 deletions

View file

@ -406,7 +406,7 @@ void AuthHandler::handleRealmListResponse(network::Packet& packet) {
void AuthHandler::handlePacket(network::Packet& packet) {
if (packet.getSize() < 1) {
LOG_WARNING("Received empty packet");
LOG_DEBUG("Received empty auth packet (ignored)");
return;
}